The uSignal listeners are components in the scene that wait for the events of the signals.

As soon as a uSignal is raised, the listeners perform their assigned task.

Image module
Comment a Listener

Wie auch bei den uSignals können Sie zu der Listener Komponente ein Kommentar schreiben, um seine Aufgabe zu beschreiben.

Select a uSignal to listen

You can either assign a uSignal via drag & drop or select it directly from the database.

Select a Listener

You can assign scripts to the uSignal Listener like you are used to with Unity Events.
If you want to pass a dynamic parameter to a method, select the respective parameter field in the popup. If you want to pass dynamic parameters, make sure that you select the dynamic method when selecting the method.

Image module