GLB file with animation from Blender, Animation Autostart issue

I had this error too and importing animatable fixed it (that’s the module that defines the missing beginDirectAnimation function)… :slight_smile:

import "@babylonjs/core/Animations/animatable";
4 Likes