Development Blog
Realtime Terrain Generation
If you’re just looking for an overview and takeaways, you can skip to the TLDR section below. One of the final technical challenges getting in the way of releasing a closed alpha build is realtime terrain generation, and more specifically, generating terrain using a coroutine or Task. Basically you need Read more…