This is a Unity implementation of a map generator using a similar process to the one outlined by Amit Patel at Red Blob Games
It produces maps like this:
- jceipek's Unity-delaunay project
- https://github.com/jceipek/Unity-delaunay
- Licence: MIT
- Sebastian Lague's Terrain project