Skip to content

Latest commit

History

History
32 lines (25 loc) 路 721 Bytes

README.md

File metadata and controls

32 lines (25 loc) 路 721 Bytes

Marvelous

馃拕 Utility library and extensions for Unity

Installation

Marvelous can be installed via NPM. Add the following to your manifest.json:

{
    "scopedRegistries": [
        {
            "name": "Marvelous",
            "url": "https://registry.npmjs.org",
            "scopes": [
                "com.mambojambostudios.marvelous"
            ]
        }
    ],
    "dependencies": {
        ...
        "com.mambojambostudios.marvelous" : "1.0.8",
        ...
    }
}

Check out Marvelous on NPM to get the latest version.

Documentation

https://adamramberg.github.io/marvelous/