babylon-runtime / _r

Code Less, Babylon More
https://babylon-runtime.github.io/
Apache License 2.0
8 stars 1 forks source link

Only first AnimationGroup seems to be imported #24

Closed Vinc3r closed 4 years ago

Vinc3r commented 4 years ago

See this scene: https://codesandbox.io/s/github/Vinc3r/codesandbox-project/tree/master/BabylonJS/_runtime/git-reports/animationGroups?fontsize=14&hidenavigation=1&theme=dark

Only Cube animations are availabled, others are empties. When dragging the glb file into sandbox we can play every animations, so it's not from BJS or .glb

Vinc3r commented 4 years ago

_r.load seems to have the same behaviour

BabylonRuntime commented 4 years ago

Not related to the runtime, same result with BABYLON.SceneLoader, only the sandbox has the desired behavior and I don't think we should try to fix this