- Home /
When playing animations in Mecanim they play backwards?
For my player I have a simple mecanim setup. Everything works except for two animations that for some reason play backwards. Within the animation previews they play forwards without any issue. Every other animation works perfectly fine, going forwards. I am using Unity 4.2.2F1
Backwards as in the sequence of frames is reversed, or that the character is facing 180' the wrong way?
No, the speed is not set to -1 on any of the states, I have tried changing them to -1 with no effect. And the sequence of frames is reversed.
If you set the speed to -1, then the state should play in the opposite direction. Since it had no effect, make sure the state is actually playing. $$anonymous$$aybe it's playing a different state and you're looking in the wrong place.