Vérifier l'animation End Unity

 if (this.animator.GetCurrentAnimatorStateInfo(0).IsName("YourAnimationName"))
 {
    //..DO something
 }
Zarden