We need to take a moment and go back to some of the initial scripts and configurations we did in earlier chapters, where we defined the player character's Animator Controller and BarbarianCharacterController.cs script.
Open the animator controller we created in Chapter 3, RPG Character Design, named BarbarianAnimatorController. Select the Parameters tab and create new parameters called Attack1, Attack2, and Attack3 of the float datatype. Take a look at the following screenshot:
For a refresher, ...