Issues with my sliding animation

I’m trying to make a script which allows user to slide under object, however the “lean” for the slide is not what I had intended when I designed the animation.

Here's the animation

Here's what actually happens in game...

What can I do to make it so the that the character actually slides as in the animation editor?

1 Like

You haven’t set the animation priority properly, so the animation doesn’t fully overwrite everything.

You can just easily look up how to change the animation priority, you can do it both in code and the animation editor.

3 Likes

This topic was automatically closed 14 days after the last reply. New replies are no longer allowed.