Unity Package Registry

You can install any of my libraries for Unity from my registry https://upm.artees.games:4873.

To set up the registry, add it to your project manifest (YourProject/Packages/manifest.json):

{
  "scopedRegistries": [
    {
      "name": "Artees",
      "url": "https://upm.artees.games:4873",
      "scopes": [
        "games.artees"
      ]
    }
  ],
  "dependencies": {
    ...
  }
}

Then you will be able to install a package using the Package Manager UI. Don’t forget to enable the All packages and Advanced > Show preview packages options. Click the status bar at the bottom left of the Packages window to update the package list. Read more about scoped registries.

My packages are available on OpenUPM, but I don’t test it that much. Feel free to contact me if you encounter any issues.


Below is the full list of available packages.

loading...