How can I apply animations to my avatars in real-time? So in my game, an avatar will compete in a dance competition and I want to apply the dancing animations to him only at that time. These animations are different according to which nightclub you go to.
With skeletons you could just do this copyAnimationRange from one skeleton to another. I’d like to do the same but with animation groups.
When you play the animation group from the source skeleton it triggers the other one as well and the bones are at the exact same place. I cannot trigger them separately or even position the other avatar differently.
Is it possible to copy animations using animationGroups?