[Solved] Making terrain larger

Hi,

I was just wondering about best practices regarding what I’m currently working on, as it’s my first project in Unity. I am working on a golf game and the first hole is larger than the terrain. I can’t seem to make it any bigger and I’m wondering if Unity is telling me that I probably shouldn’t?

I mean, can i stitch terrains together? Or is that being silly in terms of an IOS game?

Thanks for reading.

Korpers

If you’re looking to resize the terrain then

  • Select your terrain in the Hierarchy
  • Click the Terrain button up top. (where File, Edit, and Assets are)
  • Press Set Resolution

from there you can change the height, width, and length of your terrain. I hoped that’s what you were looking for. Feel free to ask me a question if something goes wrong.