Creating a new level

I am making a Driving simulator and have completed level 1. I now want to create the next level without having to start from scratch again. I have tried to copy my terrain from the previous level but any time I make a change in the new scene, it changes the level one scene. Any suggestions?

i’m not sure if i understood anything right… but i think you just copied the terrain from scene one…if you are now changing the terrain(doesn’t matter in which scene) you are still changing the same terrain data…its a litttle bit like a prefab but the other way…you have to create an new terrain as far as i know maybe you can then copy the terrain data rename it and assign it to the new terrain. worked atelast for me some times.

Awesome it worked. Thanks!