Question by
Ferofax · Feb 07, 2016 at 07:01 PM ·
animationloop animaiton
How do you loop an animation without entity reverting to scene view position in between?
I've been animating my character and things have been just jolly good. Except for the fact that my looping run animation reverts to the scene view position of my ragdoll in between loops.
So: Run> Standing >Run >Standing >Run etc.
If relevant, I am not using sprites but am instead moving separate body parts to create the illusion of a singular entity. Movement is done through physics on the rigidbody. This shouldn't be a script thing either as this is occurring with my idle animation as well (i.e. nothing being handle via script)
Thank you & godshpeed
Comment