cant rewind an animation clip

Hi all

I have been having difficulty getting an animation clip that has previously played (wrap is default) to rewind.

None of the following would reset the animation to its start position.

Stop();
Restart();
Sample();
.time = 0.0

After lots of head banging I created a new animation clip called stop that did nothing but store the transform over a few keys and just played that instead.

Not sure its a bug but though would post it here.

Thanks
Anim
B7

yup, I have same problems :frowning:

Looks like bug …

Marek R.