Animancer Events

Pro-Only: Animancer Lite allows you to try out Animancer Events in the Unity Editor, but they will not be available in runtime builds unless you purchase Animancer Pro.

Animancer Events allow you to register a function to be executed when an animation passes a specific point in time (based on the AnimancerState.NormalizedTime).

Usage How to use Animancer Events.
Behaviour How Animancer Events work.
Shared Events How to avoid issues when sharing Transitions between multiple characters.
Garbage Collection How to avoid requiring Garbage Collection when using Animancer Events.
UltEvents How to replace the UnityEvents normally used by Animancer Events with UltEvents.