Unity Tutorial: How to Use Animator Controllers and Triggers

kristielTutorial, Unity Game Development

Unity Tutorial: How to Use Animator Controllers and Triggers

Unity 3D has some great tools for handling animations. In general, developers will utilize animation controllers (Unity calls them animator controllers) to handle which animations to play and when to play them. In this Unity tutorial blog, I’m going to provide step-by-step instructions to create a very simple animation controller. This controller will be able to play an animation when … Read More

Share this Post