>>544898532
disabling visibility is fine until it actually affects performance.
But you can copy the mesh into a Resource and add it at runtime
var mesh_instance = MeshInstance3D.new()
mesh_instance.mesh = my_resource.mesh
skeleton.add_child(mesh_instance)
mesh_instance.skeleton = mesh_instance.get_path_to(skeleton)