Issue with animation for each glb model

I have several models, each with its own animation. when i try to set animation clip to play all i can’t set it at same time so my model are not play animation at the same time.

Hi, welcome to the forum!

I would create a Custom Component to wait for the GLTF_MODEL_LOADED event on each model and then send the trigger for the animations. Likely they’re animating out of sync because they take different amounts of time to load

can you do an example? i’m newbie to 8th wall coding

The easiest way to do this would be the clone the Start Screen sample project and add your models to the “Items to Load” entity as children.