I have a animation to play in update function in switch case.
after animation finish, a boolean get active
I written code as
case "play":
animation.Play("play");
gobool = true;
startbool = false;
break;
But works together.
How can i escape from this issue?
Thanks in Advance
↧