Search
 
SCRIPT & CODE EXAMPLE
 
CODE EXAMPLE FOR CSHARP

get all animation clip animator unity

foreach (AnimationClip clip in animator.runtimeAnimatorController.animationClips)
{
	//Do things
}
 
PREVIOUS NEXT
Tagged: #animation #clip #animator #unity
ADD COMMENT
Topic
Name
9+7 =