Hello guys,
I am trying to make an attack animation last for exactly 1 second I have an animator and I was wondering how I can do that:
For example an attack animation that needs 1.5s to finish the animation, What I want it to do is finish the animation at 1s or an animation that takes 0.2s I want it to run at 1second, I know there is a speed parameter at every state machine but does that mean I should get my calculator and make every attack animation take 1s to finish by adjusting the speed in my case 1.5s needs 0.666666 speed and 0.2s needs 5 speed ( I guess ), Thanks in advance
I haven’t found any thread that gives a clear answer