- Home /
Question by
hira123ghani · Nov 24, 2019 at 05:29 PM ·
animatorscript.two
how to play two animation clips one after the other
What I really want to achieve is
if (Input.GetKeyDown(KeyCode.A)) { animator.Play("idle"); animator.Play("fight"); }
But when I run this code only the above animation keeps on running.
Comment