How to create an automatically regenerative level?

A note that you don’t need the to store whole level on a scene or even in memory.
Scene’s part: blocks too far from you may be destroyed when not needed
Memory’s part: you may offload map to the file and read it by parts.

It would still be limited by hardware, but the limit would be higher than doing it in a simple way

1 Like