Topic: RealWorldTerrain - managing a large number of tiles creations

I'm in need to have a terrain consisting of 1.000 < x < 10.000  tiles , to then convert it to Gaia Pro vs and manage it with the Terrain streaming.

since this process for RWT is heavy and I sometimes experience crashes I would like to know if is possible to disable the tiles after they are created and unload them from the scene.

I'm open to any suggestion to deal with it

Re: RealWorldTerrain - managing a large number of tiles creations

Hi.

Unfortunately it is not possible out of the box.
RWT works in such a way that it first creates all terrains, then generates heightmaps for all, then textures for all, then other data.
This is done to optimize performance and memory usage.

You need to split your generation process into multiple starts either manually or using the API.

Kind Regards,
Infinity Code Team.

Boost your productivity a lot and immediately using Ultimate Editor Enhancer. Trial and non-commerce versions available.

Re: RealWorldTerrain - managing a large number of tiles creations

By dividing the generation into multiple tiles, I might lose the ability to modify them all together. Furthermore, since I work with real-world data, I am concerned that generating them separately will prevent them from combining accurately. I am not sure what you mean when you suggest to use the API.

Re: RealWorldTerrain - managing a large number of tiles creations

Yes, you will lose the ability to modify them together.

Use Size Type - Mercator Sizes or Fixed Sizes to still be able to combining them accurately.

Or you can try the following:
Generate your area with the minimum settings you can set, with no textures or additional elements.
After generation, split the objects into scenes, and re-generate them in good quality.
I have no idea if this will work for 10000 tiles.
That's the highest value I've heard among everyone who wrote to support.
But this is the only way to generate the whole area that might work.

API:
https://infinity-code.com/doxygen/real-world-terrain/
Example:
https://forum.infinity-code.com/viewtopic.php?id=1447

Kind Regards,
Infinity Code Team.

Boost your productivity a lot and immediately using Ultimate Editor Enhancer. Trial and non-commerce versions available.