Проверьте анимацию End Unity
if (this.animator.GetCurrentAnimatorStateInfo(0).IsName("YourAnimationName"))
{
//..DO something
}
Zarden
if (this.animator.GetCurrentAnimatorStateInfo(0).IsName("YourAnimationName"))
{
//..DO something
}