Deleting a skeleton and all is meshes and animations from a .babylon file

Hmm, regarding what happens to the bones when the skeleton is disposed, it looks like the answer is nothing? Maybe @Deltakosh or @sebavan can confirm if it’s needed, but it seems like Skeleton’s dispose method should set this.bones = []; so that the references to the bones are dropped?

1 Like