I have this file that features a frog with an idle,attack and move animation
You can see it in the babylon sandbox here :
The thing that confuses me is the file structure/skeleton/frog armature thing and how I’m supposed to use it in code to begin the animation I want using scene.beginAnimation() ?
I use the editor to place my objects in the scene and then export the scene.babylon file which I import via code.
In the editor the jump animation of the frog plays constantly but when I export the scene it seems like the animations don’t carryover. Any ideas ?
Using the assetmanager to import the glb file in the scene works great and imports the animations too though…does that mean that the editor doesn’t have the ability to export animations too or is it a bug ?