I’m using an animation to hide an object, so when I reset the scene, I want the animation to be at the start of the ‘Show’ animation. I can’t seem to make this happen unless the animation is already playing at the time.
I’ve tried animation.Stop(), animation.Rewind(), and animation[“ClipName”].time = 0, but they don’t seem to do anything unless the animation is already playing. I’ve resorted to creating “Reset” animations which just have two keyframes of the hidden position - but this is less than desirable. Surely there is a more direct way?