How to use "AddEvent" in the Humanoid Animation Type

I want to register a AnimationEvent in the humanoid animation type.

but don’t know how to get all AnimationClip in Animator.( for using “AddEvent” )

1 Answer

1

AddEvent only works for the Legacy animation system. As of now, Mecanim animation system does not have animation-event yet (it will be developed).

There is a Event system for mecanim that cost $30 in the asset store.

thank you for the answer~