com.jonathan-defraiteur.unity.gizmos-helper

0.2.1 • Public • Published

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",
    ...
  }
}

Package Sidebar

Install

npm i com.jonathan-defraiteur.unity.gizmos-helper

Weekly Downloads

5

Version

0.2.1

License

none

Unpacked Size

34.6 kB

Total Files

13

Last publish

Collaborators

  • jonathan-defraiteur