2D Digital Practice - Animations - Week 4

 


This week, I've been making animations for the characters of the University of Infected so that the character sprites have a movement animation for when they're idle, or moving Left, Right, Up or Down etc. How I have achieved this is by making animation controllers which is similar to a prefab, but animations. The controller will have a variety of nodes which is different functions for the animations. I've made it so that the Idle animation will automatically play for the player but if a movement input has been triggered, then it will swap over to the walking animation until the key is no longer pressed.




This is one of the examples of the animations that I have implemented for the player. The 1st 2 sprites are for the idle animation and the other 2 is for the movement animation.

Comments

Popular posts from this blog

2D Digital Practice - Finish tile and general development - Week 6