I’m using 4.3 to do 2D animation. Due to Animation’s affecting the axis of the object with the Animator Component, I have had to give my character 2x Animator Controllers (one for torso and one for legs).
It works great but due to variations in Animator State setups I have legs and a torso doing running animation but they become out of sync due to 2 Animator components.
The frame length of the animations is identical and they match however when the torso is made to do other animations and then return to the running/walking animation, sometimes this becomes out of sync and it makes the character look strange.
Is there a way I can set the torso’s animator component’s play time to equal the same play time as the leg’s animator component?