It’s because you have previously converted those meshes to instanced meshes.
When you do that, only one actual mesh exists in the world, and all the others only have a transform.
Which is what you’re seeing.
It’s because you have previously converted those meshes to instanced meshes.
When you do that, only one actual mesh exists in the world, and all the others only have a transform.
Which is what you’re seeing.