Hi everyone, I'm trying to change the speed of the knockback animation, and changing the position of keyframes in the Animation clip would be crazy so I'm looking other ways, I found a tutorial somewhere else that could do that with another more simpler way, but it's suggesting the following:
If you want to change the speed of just one animation state, then add a float parameter to your Animator Controller, use this parameter in the Multiplier field in the animation state Inspector, and change the parameter with scripts using the following function:
The problem is that I can't find the controller where the Knockback animation is.
Does anyone know where it is?