- Home /
Select especific frame with Animator
Is there a way to select (and start the animation with) a especific frame with Animator?
Like with Animation:
animation ["sway1"].time = Random.Range (0, animation["sway1"].length);
animation.Play("sway1");
Comment