Question by
pauldoody25 · Nov 30, 2017 at 04:14 AM ·
animationanimatortimeanimator controlleranimationclip
Syncing Animations both playing from Seperate Animators
I have two animations attached to two independent animator components. These animations have the same amount of frames and frame-rate so they can play in sync with one another.
I want to set one of the playing animations to the same frame/time as the other when they get out of sync from switching to other states and back.
I tried something like this, but it's not working:
animatorControllerOne.Play("AnimationName",0, animatorControllerTwo.GetCurrentAnimatorStateInfo(0).normalizedTime);
Comment
Your answer
Follow this Question
Related Questions
Animation changes when marked as legacy 0 Answers
Can't play an animation from the Animator 1 Answer
change player position when animation in played 0 Answers
Why isn't my animation looping? 3 Answers
Animation Constantly Playing? 1 Answer