Hey guys… I have a little problem, and I’m not quite sure if it’s solvable.
In my Animator Controller, I have many animations all linked up that work pretty well. However, let’s say that the Player_Idle animation is playing over and over again, since I’m not walking or running. However, I start pressing the “w” key to activate the running animation. However, it waits for the Player_Idle animation to finish playing before beginning the running animation.
In summary, the animations that my player makes are always delayed by a little, which is sometimes very annoying.
Is there any option in Animation that allows you to stop an animation clip, even if it is half-way through, and move onto the next animation?
Thanks for all your help!
Exbow