Resizing Unity terrain without resolution

Hey! So I want to adjust the size of my terrain without changing the resolution as it changed is everything. Is there any FREE way I can do this script or no script or in Unity?

1 Answer

1

Changing the size in Unity Editor does not change the resolution, however if u change the size of the terrain your current TErrain mountains etc will scale with it, i guess this is what u want to avoid

A good way to do this would be to stick terrain planes to the side of your existing Terrain and sticth them together with existing scripts thorugh assets store, or make one yourself

Please Note: Im not an expert in Unity, and now with new versions of Unity u might can do this somehow, but im quite sure many folks had the same problem as you, but i think my view is a good solution to it