0.2.1 • Published 5 years ago

com.jonathan-defraiteur.unity.gizmos-helper v0.2.1

Weekly downloads
23
License
-
Repository
gitlab
Last release
5 years ago

To Install

Via scoped registries

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

# ./Packages/manifest.json
{
  "dependencies": {
    "com.jonathan-defraiteur.unity.gizmos-helper": "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.gizmos-helper": "https://gitlab.com/jonathan-defraiteur/unity/gizmos-helper.git",
    ...
  }
}
0.2.1

5 years ago

0.2.0

5 years ago

0.1.1

5 years ago

0.1.0

5 years ago

0.0.1

5 years ago