Publisher | JungleAfkDev |
---|---|
File size | 14.24MB |
Number of files | 298 |
Latest version | 1 |
Latest release date | 2022-05-09 05:04:14 |
First release date | 2022-05-03 06:59:15 |
Supported Unity versions | 2018.4.2 or higher |
PDG is a runtime dungeon generator that separates generation process into two stages - layout generation and dungeon building, and provides components for each of those tasks, that you can combine between each other.
For layout generation you can choose one of available presets and easily setup basic rules for adjacent room types or dungeon with restricted zones that can be reached after obtaining a key or killing some boos.
Or, if that's not enough - customize unique structure with MultiStageGenerator - it is more time-consuming, but can achieve a lot more results. if you are interested exactly in that feature - you can check the video from the timecode: https://youtu.be/Qk1g6SSX4vE?t=240
As for dungeon building, currently 2 types are available - basic gameobject builder(that uses custom wall objects, that you can manually setup, or use basic mesh-generated walls) and tilemap-integrated builder. They both support different room forms(maze, coridors, and some other types, of course, including normal rect room), different object spawn places(near wall, or in circle, or in the corner), different objects and rooms sizes.
Also supports very basic pathfinding method(applying it will require coding), that is good for 2d turn-based games. However, you can find 3d realtime example in SampleScenes folder as well.
if you have any questions, want some new specific feature, or just have an idea what can be improved or added - feel free to send email to [email protected], or visit the forum: https://forum.unity.com/threads/release-pdg-procedural-dungeon-generator.1276355/