This is the procedual dungeon generator in Unreal Engine 5.5 generate the square shape of the dungon with the simple configuration and one click settings!
Utilising a Greedy Algorithm Approach to create the diverse, square-shaped dungeon layouts with optimal room placement and connectivity. Thi system is designed for ARPG layout which needes for the unlimited playablity to the player.
- Download the soruce code or clone the git repository.
- right click the
.UProjectfile and click the generate the visual studio file. - Open
.slnfile and build the project - When the project is opened generate the dungeon with dungeon number member variable in the actor setting.
- then hit the play or simulate button and see the dungeon you generated!
Click the image above to watch the dungeon generator demo
- Configurable/adjustable Dungeon Settings in the Actor.
- Sample Dungeon block.
- GC may run when you generate +5k dungeons and possibly cause the bottlenecks in UE garbarge collector.
- Unreal Engine above 5.4.4. or Higher.
- C++ Compiler with Unreal Engine Support, Rider is recommanded.
