Hello,
While solving feet animation syncing problem, I’ve stumbled upon Animator.Crossfade function which has normalizedTime parameter and (as far as I can see) behaves the same like legacy’s crossfade with more capabilities (able to crossfade to itself).
Can I fully replace animator’s transition arrow with Animator.Crossfade?
Is there anything animator’s transition arrow can do that Animator.Crossfade can’t?
Thanks.