Search
 
SCRIPT & CODE EXAMPLE
 
CODE EXAMPLE FOR CSHARP

unity check if animator has parameter

if (Animator.parameterCount > 0)
{
	Debug.Log("Animator has parameters");
}
else
{
	Debug.Log("Animator has no parameters");
}
 
PREVIOUS NEXT
Tagged: #unity #check #animator #parameter
ADD COMMENT
Topic
Name
9+6 =