Hi, I’m looking for a way to store the data of a ready made Terrain and then use this information to load it on the client.
I’m working on a game that relies heavily on Chunks; not distance based. But rather the Player teleports to an area which then loads in.
Brief note than Streaming Enabled is not what I’m looking for and Terrain Regions wouldnt work due to the limitations on replication.
I’ve had a look at a Plugin called Infinite Terrain however from what I can see this loads procedurally generated terrain and not necessarily a saved one.
Thank you.