diff --git a/.npmrc b/.npmrc index f917a0e..16e4f4d 100644 --- a/.npmrc +++ b/.npmrc @@ -1,2 +1,2 @@ -registry=https://pkgs.dev.azure.com/Voltstro-Studios/UnityPackages/_packaging/UPM/npm/registry/ +registry=https://upm-pkgs.voltstro.dev always-auth=true \ No newline at end of file diff --git a/Media~/PackageManager.png b/Media~/PackageManager.png deleted file mode 100644 index ccd50b7..0000000 Binary files a/Media~/PackageManager.png and /dev/null differ diff --git a/README.md b/README.md index ff20981..6dc083f 100644 --- a/README.md +++ b/README.md @@ -17,35 +17,25 @@ Voltstro-Studios' Unity build tool, with a modular scripting design. ## Installation -### Voltstro-Studios UPM +There are three main sources on how you can install this package. Pick which ever one suites you the best! -You can install this package from our Azure UPM. Using a scoped registry will make updating a lot easier. +### Voltstro UPM -To add the registry, simply goto Edit **->** Project Settings **->** Package Manager, and add it to 'Scoped Registries' like so: +You can install this package from our custom UPM registry. To setup our registry, see [here](https://github.com/Voltstro/VoltstroUPM#setup). -![Registry](https://user-images.githubusercontent.com/45032877/148951575-e962ed43-70bd-4eff-a8ce-5888cf0a9318.png) +Once you have the registry added to your project, you can install it like any other package via the package manager. -Or add it via your project's `manifest.json` file: +### OpenUPM -```json -{ - "scopedRegistries": [ - { - "name": "Voltstro-Studios UPM", - "url": "https://pkgs.dev.azure.com/Voltstro-Studios/UnityPackages/_packaging/UPM/npm/registry", - "scopes": [ - "dev.voltstro" - ] - } - ] -} -``` +You can install this package via [OpenUPM](https://openupm.com/). -It will then appear in your package manage under 'My Registries', you can install it like any other Unity package. +To install it, use their CLI: -![UPM](Media~/PackageManager.png) +```bash +openupm-cli add dev.voltstro.unityvoltbuilder +``` -## Git +### Git To install it via the package manager with git you will need to: diff --git a/package.json b/package.json index fb42fde..948d23b 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "dev.voltstro.unityvoltbuilder", "displayName": "Unity Volt Builder", - "version": "4.1.1", + "version": "4.1.2", "unity": "2020.3", "description": "Voltstro-Studios' Unity build tool, with a modular scripting design.", "author": {