Summary
This wraps up everything that we will cover in this chapter. So far, we have added animations to our character to be played according to the player controls. A brief summary of what we have discussed would be creating animations, animator controllers, state machines for Animation
, and using animations in our game through the use of Scripts
.
In the next chapter, we will make things even more realistic by using physics and applying it to our game.