Skip to content

Latest commit

 

History

History
50 lines (31 loc) · 1.67 KB

README.md

File metadata and controls

50 lines (31 loc) · 1.67 KB

Project logo

Reberu, A Dungeon-like Level Generator for Unreal Engine!

Status GitHub Issues GitHub Pull Requests License

Table of Contents

Showcase
About
Credits

Showcase

About

Reberu (レベル) aka Level is a simple extendable plugin for Unreal Engine 5 that allows users to set up "rooms" and automatically stitch them together based off of collision detection and door locations. Users set up their "rooms" with a bounding box and doors, and the generation goes off of that. The functions are overridable and users can set up custom rules to generate whatever kind of level they desire. A planned feature is allowing for collision using Unreal simple collision so users aren't limited to box collision.

Credits

Took inspiration from: ProceduralDungeon, but the code and implementation is all original :).