Start animation from the specific time

Hello,
I try to start animation from the specific time, but without a luck.
In all answers people write that should be used the animation[“animationName”].time property, but I dont’t understand where I can find the animation object :frowning:
My animation placed in Animator state, that runs only If I press Space key.
I got the needed AnimationClip, but it’s still not the Animation…
Please, help!
Thank you a lot!

you are mixing up legacy animation and animator…

If you are using an animator you can use the third parameter on Animator.Play

1 Like

Thanks a lot!!! You are great! :slight_smile: