I want to know how to create Dynamic Movement seen in the video below
6:41
I am trying to make it so when the player starts running instead of the animation immediatly playing i want it to ease from the walking animation to the sprinting animation
I have tried to tween the animations but all of my attempts failed
You could make a “startedWalking” animation that make it look like it eases from walking to running. And then a “endedWalking” animation that eases to the idle animation.
That’s at least the easiest solution i could think of.