Hello,
I have duplicated my scene, and I want to change the terrain in one of the duplicates slightly, but every time I do, the original duplicate's terrain is adjusted in the same way. How to I make the duplicated terrain 'unique' ?
Thanks
Hello,
I have duplicated my scene, and I want to change the terrain in one of the duplicates slightly, but every time I do, the original duplicate's terrain is adjusted in the same way. How to I make the duplicated terrain 'unique' ?
Thanks
The right way to do it is to duplicate your terrain data (*.asset) with Ctrl+D and then drag it into your scene. Then you’ll have a duplicated terrain that’s independent from the original one.
Okay this limitation has bothered me enough now, I finally decided to solve this once and for all.
Here is the step-by-step solution! (Updated for Unity5)
![]()
Shadow
Martian Games
Thanks @MartianGames you found the answer! By the way, the components to reset are Terrain (script) and Terrain Collider. For some reason Terrain (script) needs to be reset, would be better if you could drag and drop the new data file onto it.
– s3083285I think you cant make them unique. What you need to do is to export a heightmap from your original terrain and then in your duplicated scene create a new terrain and apply the heightmap.
Not working? When I add texture or change of height on terrain, it still adds the changes to the original scene.
– oliver-jonesI believe you missed one or two steps here. The In your new scene if you create a New Terrain and apply the heightmap, changes to any of these terrains won't affect the other one. Cause now in your project manager you have two terrain assets. Is it like that now? How many terrain assets you can see in your project manager? by default one is "New Terrain" and the other one should be "New Terrain 1".
– anon67157431
Yes! I had the exact same issue and you sir saved my day. Thanks for sharing!
– Johnny_YonderGlad I could help.
– gus512This works for gameobjects in the terrain but how do you change the terrain material in the duplicate without it changing the material of the original?
– gothamsknight217didnt worked for me
– lukaodzelashvili