Unity implementation for Procedural Dungeon Generation
- Open Main scene
- Enable Gizmos and click play
You can adjust arguments for generating map with the script component of RoomGenerator gameobject.
In production, you can use RoomGeneratorProd.cs. It is mush faster than demo.