This tutorial is more about explaining what goes on in the AnimationExample scene and how you can use the components in it for your game.
We will go through how to use the following components.
Now let's begin, open AnimationExample scene, you should see this in the Game View
Next, locate the Attack action
The Property Name is the Property that will be triggered in the Animator when this action begins.
Let's change the Property name to Jump. This will fire the Jump animation. In our case, our character isn't using RootMotion so he will be jumping on the spot.
Remove the AudioClip from Post Perform Clip and add it to Pre Perform Clip. This will play a sound just before the jump begins.