Search
 
SCRIPT & CODE EXAMPLE
 
CODE EXAMPLE FOR CSHARP

check animation end unity

 if (this.animator.GetCurrentAnimatorStateInfo(0).IsName("YourAnimationName"))
 {
    //..DO something
 }
 
PREVIOUS NEXT
Tagged: #check #animation #unity
ADD COMMENT
Topic
Name
9+4 =