- Home /
Can one character's animator copy another?
I have two 2D characters and I'd like one character to mirror the animations the other character is doing in sync with him. I could send the animation instructions to two animators at once but I have lots of scripts doing this for lots of characters so it would quickly become quite complicated and messy.
The animations are a combination of sprite animations and transform animations so I can't simply have one sprite renderer copy the other's sprite.
Is there an easy way to do this? Haven't seen anything online.
Thanks very much!
Romano
I am not familiar with 2d in Unity, if the avatar structure rig work with 2d try to use it, this will help you to use one anim for all characters.
We haven't used it for our animations and its too late for us to go down that route now, but maybe will consider it for the next project :)
Do you tried to use Legacy Rig? I am not sure it will help but you can try. And then just use the same AnimController for all characters.
Your answer