Custom Events
Last updated
Was this helpful?
Last updated
Was this helpful?
You can emit custom events by using the <event="customEvent">
tag. Adding this tag will create a CustomEvent
with the name
field set to "customEvent".
For example, the following text would emit two events:
At the start it emits a CustomEvent
with the name "wave", later it emits an event with the name "jump" right when the word "animations" starts to appear.
Custom events only work when you have Text Appearance enabled in your Text Animation Settings.
You can add as many custom events as you want. Use the On Custom Event
UnityEvent to interact with your scene.
You can add an event handler to the customEventTriggered
event on your animated visual elements.