• Editor
  • Can I pause the animation after a sec?

  • संपादित
Related Discussions
...

take jump action for example, the the player jump in the air, I hope I can pause the animation, when it fall down, then I go on play it. Can I do this? How should I do?

In the editor you can animate it however you want. At runtime you can stop incrementing the animation time and the animation will stop advancing. Ie, don't call AnimationState update or pass 0 to it.