I am using the unity terrain engine and i have accidentaly made the terrain i am using way to high up, Is there a way to lower the terrain? I cant just move the terrain itself because it is being used with a script.
There are tools to lower the terrain. As far as I know, pressing either ctrl, cmd or option and painting with the raise brush will lower the terrain.
If you wan’t to lower your whole terrain constantly, I’d suggest you to export the terrain’s height map, import it in some image application like gimp or photoshop, and darken the whole image, as black is low and white is high on a height map.
(Use documentation, google and friends if you don’t know how to export height maps and so on)