Why is the Editor duplicating everything in my GLTF inherited scene?

:information_source: Attention Topic was automatically imported from the old Question2Answer platform.
:bust_in_silhouette: Asked By bertodelrio256

I create my levels in blender and have 2 collections: one for visual meshes, and one for colliders (ending with the -colonly tag). everything imports fine in godot, but the inherited scene is messed up. I open the glb file and click “new inherited” because i want to be able to update the level in blender. In the inherited scene, I reparent the colliders to a new node, (a navmesh node, because i have to do it that way) If i save the scene and reopen, all of the meshes i moved are duplicated and placed outside the parent node. I’ve tried deleting and saving but it keeps doing this. Id really like to avoid breaking inheritance for this. please tell me this is a bug and not by design.

:bust_in_silhouette: Reply From: bertodelrio256

You cant changed the hierarchy in a GLTF inherted scene. I just changed my navigation system to use a group to find the colliders.