Animations Overlapping with each other

I made an acceleration script with custom animation. Yes, the animation has “Movement” as its priority.

But when it comes to moving, the script “Animate” overlaps with it and the animation is a mess now. I tried everything, such as Cloning it to elsewhere, destroying it and recovering it.

And I cannot permanently disable it, because other scripts use it when they are prompted to.

1 Like

Could you show what the overlapping and the original animations look like?

If both animations have the same priority, it’s possible that the first animation overwrites joints that are not animated by the second animation. A workaround for this is just editing the animation so that it also animates the body parts/joints that weren’t used before, and you can just leave them empty if they don’t actually have to do anything.

1 Like

I animated the unused body parts and now it works fine, thanks.

2 Likes

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