Answers for "how to check if an animation is not playing unity c#"

1

check if animation is playing unity

if (myAnimator.GetCurrentAnimatorStateInfo(0).IsTag("Example"))
Posted by: Guest on June-13-2021

Code answers related to "how to check if an animation is not playing unity c#"

Browse Popular Code Answers by Language