2D Dungeon ProGen
A downloadable tool
Download NowName your own price
BSP-3D-generation-with-navmesh-baking
This tool lets you create a 2D dungeon in a 3D enviroment using the XZY orientation. This project presents a prefab where you can configure the diferent parameters of the dungeon.
Parameters
- Map Size
- Corridor Width
- Offset between rooms
- Room minimum size
- The number of iterations that it needs to place every room in it's place
Other functionalities
The Dungeon Generator also bakes the navmesh in case you want to place some enemies or whatever needs to find the right path through the dungeon.
This project does not include tiles, you'll have to use your own tiles for every kind of wall that is placed.
Download
Download NowName your own price
Click download now to get access to the following files:
Dungeon ProGen.unitypackage 36 kB




Comments
Log in with itch.io to leave a comment.
can it make round and hex shaped rooms?
Nope, It can't because it made with square tiles and calculates the rooms with squared proportions, but the code is in github and you can make your own version if you want. Feel free to do that! Right now I'm not supporting this tool but it's free to be changed by anyone!
It's simply a "tool". You place the map generator on the scene, fill the parameters and the sprites for the map and the map and mesh gets generated.
Although, I created this a 2-3 years ago. It should still work but I'm not sure.