In this chapter, we’ll learn how to create player animations for performing different actions such as running, jumping, and staying idle. We will use the game assets obtained in the previous chapter for creating animated image frames. We will also learn how to write a player script for making the animations work when certain keyboard keys are pressed.
Giving Life to the Player
In the previous chapter, we created ...