Question by
superbaad555 · Aug 08, 2018 at 09:43 AM ·
animationanimatorstate
creating animator transitions using script
Hey ,
so i have multiple animations and every animation can go to any other animation but i really want to make smooth transitions , so using Animator.Play won't work . I figured out that i should create transitions between every state to every other state using script , is there anyway to do that using script ?
Comment
Have you tried using Animator.CrossFade
?
https://docs.unity3d.com/ScriptReference/Animator.CrossFade.html
Your answer
Follow this Question
Related Questions
Get when animator change state 0 Answers
Checking how far along a animation is 0 Answers
Animation is not playing eventhough state shows it 0 Answers
Animation start delay 0 Answers