ManiaMap.Unity
Procedural generation of metroidvania style maps for Unity.
|
This package provides components for interfacing the ManiaMap procedural layout generator with Unity.
In Unity, select Window > Package Manager
.
Select Add package from git URL...
and paste the following URL:
To lock into a specific version, append #{VERSION_TAG}
to the end of the URL. For example:
For information on the scripting API, as well as instructions related to procedurally generating a room layout, see the documentation.
Sample scenes are available in the project Assets
directory. To explore them, clone this repository and open the project in Unity.
2D layout generation sample. | 3D layout generation sample. |
Layout tile map book sample with onionskin map display. | Layout tile map sample. |
Layout map sample. |