AdamRamberg / marvelous

πŸ’„ Utility library and extensions for Unity

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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/

About

πŸ’„ Utility library and extensions for Unity

License:MIT License


Languages

Language:C# 90.4%Language:JavaScript 9.3%Language:CSS 0.2%Language:Dockerfile 0.1%