Skip to content

shun126/UE5-DungeonGeneratorDemo

Repository files navigation

Dungeon generator plugin Demo for Unreal Engine 5

Easy generation of levels, mini-maps and missions.

This is a demo project for Dungeon generator plugin for Unreal Engine 5.

license downloads stars youtube

Revolutionize your dungeon creation process with our new Unreal Engine plugin! Enjoy freedom and customize your own rulesets to offer players unique and engaging dungeon exploration experiences. Say goodbye to the hassle of manual dungeon building and welcome the new age of dungeon exploration!

Screenshot

🚩 Table of Contents

🤔 Why Dungeon Generator?

One day I wanted to create a video game, but I didn't have the level design know-how. So I decided to create a procedural dungeon generator. The dungeon generator was based on Vazgriz's algorithm. You can read more about Vazgriz's algorithm here.

🎨 Features

  • DungeonGenerator is a plug-in for UnrealEngine.
  • Tiled Dungeon Generation both In-Editor & Runtime
  • Users can easily generate dungeons by preparing meshes for floors, walls, ceilings, and stairs.
  • Supports dungeon replication
  • Interior decoration. [beta version]
  • A mini-map of the dungeon can be generated. [beta version]
  • Merging sub-levels into the generating dungeon. [beta version]
  • Generates actors for doors and keys by MissionGraph. [beta version]
  • Supported Development Platforms: Windows (should be possible to build on all platforms)
  • Supported Target Build Platforms: Windows (should be possible to target all platforms)

🔧 Requirements

📜 License

  • MIT

👾 Authors