0.2.0 • Published 4 years ago

com.jonathan-defraiteur.unity.singleton v0.2.0

Weekly downloads
13
License
-
Repository
gitlab
Last release
4 years ago

To Install

Via scoped registries

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

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

4 years ago

0.1.2

4 years ago

0.1.1

4 years ago

0.1.0

4 years ago