2D Dungeon Generator
Dungeon Generator creates 2D grid levels for Rogue-Like games with adjustable parameters and randomized starting positions and spawn points.

* This page contains affiliate links, meaning we may earn a small commission if you purchase something through them, at no extra cost. $4.99
- Category:
- Tools › Level-design
- Developer:
- Digital Sagas LLC
- Price:
- $4.99
- Favorites:
- 6
- Supported Unity Versions:
- 2022.3.5 or higher
- Current Version:
- 1.0
- Download Size:
- 3.62 MB
- Last Update:
- May 22, 2024
- Description:
- Dungeon Generator is a tool for creating 2D grid-based levels for Rogue-Like and Rogue-Lite games. It allows for customization of room size and grid size, as well as randomization of the starting position in the level. Additionally, spawn points can be added to rooms to randomly place enemies, NPCs, game items, and other game objects.
Levels can be generated automatically when a scene is loaded or through script calls in C#. The generator is also compatible with NavMeshPlus for pathfinding. Rooms can be created using the Tile Palette and can have any shape, as long as they fit within the room size and have the correct room openings.
The package includes scripts for the Grid Object, Rooms, Room types, Room Templates, and the Dungeon Generator. Prefabs are also included for easy drop-in use. A demo scene is provided, featuring a simple Tile map and character movement script, along with two available templates. - Technical Details:
- The package includes scripts for the Grid Object, Rooms, Room types, Room Templates, and the Dungeon Generator. Prefabs are included for easy drop-in use. A demo scene is provided, featuring a simple Tile map and character movement script, along with two available templates.
- Continue »