Chapter 2. Animations
Animating sprites is what makes them and the game come to life. Some 2D games are made just with static images by design. However, in our case, we will make animations and go through the process of animating 2D characters in Unity.
In this chapter, we will learn how to create and play animations for the player character to see as Unity controls the player and other elements in the game. This is what we will go through:
- Animating sprites
- Integrating animations into animators
- Continuing our platform game