Hello, please I need finish animation when I press a any key, my starts with the follow code:
If (Time.timeSincelLoad > = 40)
{
animator.Play("Wait");
}
Because this complementary sentence don't works for me:
else { m_Animator.Play ("Stop"); //Here another state }
↧