Like minecraft, how could I make my map load in chunks? And also unload chunks out of a certain range?
Any help appreciated!
Like minecraft, how could I make my map load in chunks? And also unload chunks out of a certain range?
Any help appreciated!
This is similar to chunk loading, but was created for the same reason - to improve game performance:
This is good for performance, but its not exactly what I’m looking for, I’m trying to make infinite terrain.
Oh I see. To do it for Terrain, which doesn’t have Position property it might be tough.