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:
https://github.com/mpewsey/ManiaMap.Unity.git?path=Packages/ManiaMap.Unity
To lock into a specific version, append #{VERSION_TAG}
to the end of the URL. For example:
https://github.com/mpewsey/ManiaMap.Unity.git?path=Packages/ManiaMap.Unity#v1.0.0
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. |