system
1
When I duplicate an object in unity and then change the material for the duplicated object, it changes the material on the 1st object, how can I make this not happen (how can I separate the objects)? Also, is there any way to combine multiple meshes in unity into one (without parenting)?
Make a new material for the second object. There's a Mesh.CombineMeshes function.