Hello all,
I’m new to Unity and I’m trying to make a level with a huge terrain. 4096x4096 isn’t big enough, so I was wondering if there is a way to make a larger terrain by patching smaller pieces together. For example, I could make a larger map in 1024x1024 size sections. At run time it would only load nine at a time (depending on where the character is located.) I would load the section that the character is currently on and the eight surrounding it.
Can this be done in unity?
Thanks,