Hello, as in the example, I have one character and animation in it. I can only access this animation with getAnimationGroupByName. However, when I run it this way, all the characters move. How can I animate only the character or characters I want? I request your help and advice.
You clone the character but don’t clone animation groups, so each animation will animate all clones.
The way is to clone AGs and retarget them so they would play independently.
Or use instantiateModelsToScene() function.
Small example - - https://playground.babylonjs.com/#AJA5J6#76