Playmaker Forum
PlayMaker Help & Tips => PlayMaker Help => Topic started by: playmakertester on September 02, 2020, 03:29:43 PM
-
Hi,
Im using "Animator Play" to play character animation on Unity.
I've noticed that when those animations switch between them, they don't switch smoothly for Transition.
What is the name of the FSM and how can I make each animation transition smoother in Playmaker's Anmator Play?
-
Hi.
I believe that you need to do transitions inside the animator by using parameters
as on the transition you can set the transition duration etc.
But you could try if you set transition from 'Any State' to the other states and set the transition setting on it.
But not sure if that works.
Our game is using animator play a lot but it is 2D sprite based.
-
Got it!
Thanks lot!