Animator CrossFade or Animator Transition
I looked online and saw nothing, not even a video explaining the proper way to use the ''Animator.CrossFade'' or an other way of scripting the ''Animator'' animation transition...
If you have please refer it to me, but please read this bellow before referring the wrong ones
Basically i want play an animation from the ''Controller Animator'' , but after getting the current animation, i want to Fade, Cross, Transit whatever, to the new animation... I have so many animations that i want to fade it myself and fully get control out of it... I need help??
Answer by ArturoSR · Aug 28, 2017 at 09:43 PM
Hello there, try this: https://docs.unity3d.com/Manual/class-Transition.html , here explain about transitions and properties inside animator controller.