Import .babylon with animation

Thankfully we already have deserialization logic to handle linkedtransform nodes, we just forget to export that data at serialization, but I also noticed that our meshes are missing their skeletons after reimporting:


vs

I’ll see if serializing our skeleton id, and linking it to our loaded mesh after we create our skeletons fixes this

1 Like