Hi, how can i get seconds from one state of Animator?
I want to know length of “Take 001” state?
How can i do it?
Thanks
Raynoko
2
i found solution with thi source code:
AnimatorStateInfo currInfo = animator.GetCurrentAnimatorStateInfo(0);
Debug.Log(currInfo.normalizedTime);