0.1.2 • Published 4 years ago

com.jonathan-defraiteur.unity.essential-package v0.1.2

Weekly downloads
11
License
-
Repository
-
Last release
4 years ago

To Install

Via scoped registries

Setup your scoped registry, then add com.jonathan-defraiteur.unity.essential-packages to your dependencies:

# ./Packages/manifest.json
{
  "dependencies": {
    "com.jonathan-defraiteur.unity.essential-packages": "latest"
    ...
  },
  "scopedRegistries": [
    {
      "name": "NPM JS Registry",
      "url": "https://registry.npmjs.org/",
      "scopes": [
        "com.jonathan-defraiteur"
      ]
    }
  ],
}

Via gitlab url

Add the following to your dependencies:

# ./Packages/manifest.json
{
  "dependencies": {
    "com.jonathan-defraiteur.unity.essential-packages": "https://gitlab.com/jonathan-defraiteur/unity/essential-packages.git",
    ...
  }
}