Unity-animation-basic-Project/ ├── Assets/ │ ├── Animations/ # .anim clips and Blend Tree assets │ │ ├── Idle.anim # Idle animation clip │ │ ├── Walk.anim │ │ ├── Run.anim │ │ └── Jump.anim ...
This asset provides the ability to call UnityEvents stored in a script added next to an Animator from its AnimatorController's states. This can be useful for things from easily adding events like ...