Seat + Animation doesn't fully make the player do the animation

Finally tackling animation again. I wanted to make a cute stomach lay sitting animation, and so far I’ve been surprisingly successful.

I’m using a typical seat with a custom animation, script works and everything. The animation, however, is supposed to look like this:
Screen Shot 2023-01-24 at 1.38.39 AM

But whenever the player sits in the seat, the animation doesn’t seem to fully take effect. The player only slightly does the poses.
Screen Shot 2023-01-24 at 1.46.05 AM
Screen Shot 2023-01-24 at 1.50.09 AM

Can anyone who’s better at this than I am tell me what’s up here? I bet I’m missing something.

I assume this is because the default sit animation’s weight is blended with your custom animation. (the animations are mixed together). To fix this I’m pretty sure you could set the priority of your animation to Action4.

If that doesn’t work I’m pretty sure you can set the animation ID of sitting to 0 in the default player controller script

1 Like

This was the problem! Thanks a ton!

1 Like

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