• Runtimes
  • Unity all frames appear at first

  • Изменено
Related Discussions
...

Hi,
I'm basically doing something like below in my code.

animation.loop = false;
animation.AnimationName = "pop";
renderer.enabled = true;

but, first all the frames i mean all the textures of animation(like it's seems in none animation state) shows first than it begins to play animation.
How can i solve this?