Dungeon Generator 3D is a basic Procedural Dungeon Generator that create fully random Procedural Dungeons in 3D. The algorithm is fairly simple and fast.
The algorithm currently includes:
- Doors Generation
- Lighting Generation
- Content Generation directed to barrels
- Content Generation directed to other objects, such as pillars.
- Content Generation of Wall objects directed to wall torches.
- Enemies Generation.
- Custom Boss Room.
- Player Room doesn't spawn Enemies
- Each Room has a box collider that can access the doors objects of the room if the player enters the room.
Current Limitations/Future Additions:
- Ceiling
- Custom Rooms besides the boss room
- Complex content generation algorithm
- 3d rooms
- 2D
- Maze Algorithm
- Block 1x1x1 assets for structure