Procedural Map Generator
A downloadable tool
This procedural map generation idea is not solely my own. (Please refer to the link for more details.)
I referenced a reddit post and made some modifications in an effort to create a more flexible map generator.
There may be inefficient or incorrect parts, so if you notice anything, please let me know via email, and I will do my best to fix it ASAP.
Features
Flexibility : with lots of parameters
Toggle Visualization : apply it directly to your project
Everything is modularized : easily customizable.
Compatibility
2022.3.47f Recommended
If only C# scripts are used, then other versions are also sufficiently usable.
It can be used for Loguelike
, DungeonCrawl
or other games if you need random map in runtime.
You can use it by starting coroutine named MapGeneratedCoroutine
in MapGenerator.cs
If you have any suggestions for improvements, please send me an email.
Ideas for a 3D Map Generator are also great.
THANK YOU!
More detailed information can be found in my GitHub repository.
Download
Install instructions
1. Download and open project with Unity Editor ( 2022.3.47f recommended )
2. Play
Development log
- [v1.0.0] Published on Unity AssetStore!37 days ago
Leave a comment
Log in with itch.io to leave a comment.