notes

Notes: Animation

So let’s talk about the structure of the animation system in Unity. There’s a few major thing to make clear of: Animator, Avatar, Animation Controller and Animation Clip. Animator is the component we add to the game object we want to animate, it’s the interface to the Animator Controller and the Avatar we want to …

Notes: Animation Read More »