i have multiple models that load into the sandbox with their animations perfectly fine. but i cannot load them into my own projects.
here is a simple model with animations
https://threejs.org/examples/models/gltf/Soldier.glb
put it in the sandbox, all is good: sandbox. babylonjs. com
but can anyone write the code to load it in and play an animation???
i tried reverse engineering the sandbox, but it’s too minified, idk.
even the playground example of animations fails to find the animations.
https://playground.babylonjs.com/#LL5BIQ#0
just switch to the soldier model. skeleton.getAnimationRanges() goes from an array of stuff to an empty array
i’m using nilooy. github. io /mixamo-animation-combiner/ to generate my models. but that soldier one is provided by threejs. same issues with both
i’ve tried for many hours now, pls help