https://github.com/orfeasel/DungeonGenerator
An Unreal Engine 5 Dungeon Generator
https://github.com/orfeasel/DungeonGenerator
Last synced: 8 months ago
JSON representation
An Unreal Engine 5 Dungeon Generator
- Host: GitHub
- URL: https://github.com/orfeasel/DungeonGenerator
- Owner: orfeasel
- License: mit
- Created: 2021-05-07T09:00:04.000Z (over 4 years ago)
- Default Branch: main
- Last Pushed: 2024-05-13T09:32:24.000Z (over 1 year ago)
- Last Synced: 2024-11-06T09:39:22.472Z (about 1 year ago)
- Language: C++
- Homepage:
- Size: 62.8 MB
- Stars: 127
- Watchers: 3
- Forks: 23
- Open Issues: 3
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
- awesome-unreal - DungeonGenerator - An Unreal Engine 4 Dungeon Generator (Game Environment)
README
# DungeonGenerator
A (hopefully) handy Unreal Engine 5 Dungeon Generator
Updated for 5.4

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

### Available BP nodes
