I’m currently experimenting with procedural meshes.
My starting block was created with a prefab. When I add more blocks (using the same prefab) and then combine the meshes of these blocks, the Prefab itself is changed by this also.
Is there a way to either modify/replace an instance mesh without changing the mesh of it’s prefab or can I programatically detach an instance from its prefab so I can make modifications without impact on the prefabs?