Search
 
SCRIPT & CODE EXAMPLE
 
CODE EXAMPLE FOR CSHARP

if animation ends

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