Godot Version
4.4
Question
I have a model that I’m using with inherited scenes to make variants that override materials. The issue is the mesh library format requires the MeshInstance3D node be the root in order for it to be recognized, but the nature of the inherited scene makes that impossible. What’s the best way around this, ideally without just duplicating the model itself?