Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/orfeasel/DungeonGenerator
- Owner: orfeasel
- License: mit
- Created: 2021-05-07T09:00:04.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2024-05-13T09:32:24.000Z (7 months ago)
- Last Synced: 2024-08-02T16:30:58.377Z (4 months ago)
- Language: C++
- Homepage:
- Size: 62.8 MB
- Stars: 119
- Watchers: 3
- Forks: 22
- 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 GeneratorUpdated 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)