From the start, I envisioned this as a settlement-building game (I have a soft spot for these). To keep things fresh, I needed a dynamic, randomized environment for every playthrough. While plenty of terrain generators exist in the Unity Asset Store, I wanted something more flexible—one that could handle not just terrain and biomes but additional features as well. Plus, I liked the challenge, so I built my own.
In its current state, the system supports randomized islands, biomes, and various natural parameters like fertility and altitude preferences. It also handles randomized placement for natural props, including different tree types, rocks, plants, and grass.
Developing an atlas generator turned out to be tougher than I expected—but in my experience, a little naivety in development is usually a good thing! The hardest part was debugging; whenever something went wrong, it was a challenge to figure out whether the issue was in my code or my input. Tho wrapping it all inside a game loop was the hardest part. Which was a reason why the project got stale.
I learned a lot from this project. LUT (Look up tables), weight based algorithms, modelling in blender.