I download ufo.glb file from the Model Library, and import to sandbox , animations and skeletons is correct.
I export it to babylon file, and upload to sandbox again, it looks like animations and skeletons is error, Alien.glb made the same error. What did I miss?
Here’s a link to the issue if you want to follow it’s progress:
opened 05:54PM - 02 Dec 19 UTC
Forum post with context and example:
https://forum.babylonjs.com/t/about-glb-convert-to-babylon/7324
2 Likes
Drigax
December 2, 2019, 6:07pm
4
Thanks for the report, Looks like we’re missing skeleton and animation group serialization for our .babylon exporter as well. Should be a similar fix to GLTF serializer: Add bones and morph target animation support · Issue #5100 · BabylonJS/Babylon.js · GitHub (With far less accessor/buffer headache)So I should be able to tackle this immediately after
1 Like