Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/orfeasel/DungeonGenerator

An Unreal Engine 5 Dungeon Generator
https://github.com/orfeasel/DungeonGenerator

Last synced: about 1 month ago
JSON representation

An Unreal Engine 5 Dungeon Generator

Awesome Lists containing this project

README

        

# DungeonGenerator
A (hopefully) handy Unreal Engine 5 Dungeon Generator

Updated for 5.4

![Generator gif showcase](Docs/Images/RuntimeGeneration.gif)

Read the full docs here: https://github.com/orfeasel/DungeonGenerator/blob/main/Docs/HowToUse.pdf

### TL;DR

- Place the dungeon generator in your level
- Assign a static mesh for your floor tiles to FloorSM
- Assign a static mesh for your walls to WallSM
- Click the generate dungeon button

![Options image](Docs/Images/Options.png)

### Available BP nodes

![BP Nodes](Docs/Images/BPFunctions.png)