Eldemarkki / Marching-Cubes-Terrain

Marching Cubes terrain implementation in Unity using the Job System and the Burst compiler
MIT License
562 stars 80 forks source link

Async chunk loading #26

Closed Eldemarkki closed 4 years ago

Eldemarkki commented 4 years ago

= don't load all chunks at once, but maybe a few chunks per frame to improve memory usage and performance.