You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/articles/dev/publishing.md
+3-3Lines changed: 3 additions & 3 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -26,13 +26,13 @@ A PR to the `release` branch should be created. Follow standard PR review proces
26
26
27
27
Once merged to the `release` branch, wait for CI to complete build. The CI will output the different packages compiled as artifacts. Downloads the artifacts as they will need to be pushed.
28
28
29
-
## Push to VoltUPM
29
+
## Push to VoltUPR
30
30
31
-
Use npm to push to VoltUPM.
31
+
Use npm to push to VoltUPR.
32
32
33
33
> [!NOTE]
34
34
>
35
-
> Cloudflare does not allow uploads of 100MB or larger. Some packages are larger. Add VoltUPM's server ip to `/etc/hosts`, then push. Ensure VoltUPM's server firewall has whitelisted IP from where push will be done.
35
+
> Cloudflare does not allow uploads of 100MB or larger. Some packages are larger. Add VoltUPR's server ip to `/etc/hosts`, then push. Ensure VoltUPR's server firewall has whitelisted IP from where push will be done.
Copy file name to clipboardExpand all lines: docs/articles/user/setup.md
+7-7Lines changed: 7 additions & 7 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -19,31 +19,31 @@ At a base level, UWB supports all major desktop platforms (Windows, Linux and Ma
19
19
>
20
20
> UWB does however support being code trimmed.
21
21
22
-
## VoltUPM Setup
22
+
## VoltUPR Setup
23
23
24
-
VoltUPM is a Unity registry that we provide for hosting some of our packages, including all of UWB's packages. To use it, your project needs to be configured to use the VoltUPM registry.
24
+
VoltUPR is a custom Unity registry that we provide for hosting some of our packages, including all of UWB's packages. To use it, your project needs to be configured to use the VoltUPR registry.
25
25
26
-
To setup the registry with your project, [see here](https://github.com/Voltstro/VoltstroUPM#setup). The VoltUPM page also lists some other info that you may be interested in.
26
+
To setup the registry with your project, [see here](https://upr.voltstro.dev/-/web/about). The VoltUPR page also lists some other info that you may be interested in.
27
27
28
28
**HOWEVER**, an additional scope needs to be added. You need to make sure `com.cysharp.unitask` is added (more details are provided in the [UniTask part](#unitask)). Once you are done configuring your projects registries, your configuration should look like:
> If you are using [UnityNuGet](https://github.com/xoofx/UnityNuGet), and you choose not to use VoltUPM as a `org.nuget.*` scope mirror, then don't have the `org.nuget` scope defined for VoltUPM.
33
+
> If you are using [UnityNuGet](https://github.com/bdovaz/UnityNuGet) already, and you choose not to use VoltUPR as a `org.nuget.*` scope mirror, then don't have the `org.nuget` scope defined for VoltUPR.
34
34
35
35
### UniTask
36
36
37
-
The reason why we need to add the additional `com.cysharp.unitask` scope to VoltUPM is because UWB depends on [UniTask](https://github.com/Cysharp/UniTask). VoltUPM does provide a mirror copy of UniTask (from OpenUPM),
37
+
The reason why we need to add the additional `com.cysharp.unitask` scope to VoltUPR is because UWB depends on [UniTask](https://github.com/Cysharp/UniTask). VoltUPR does provide a mirror copy of UniTask (from OpenUPM),
38
38
however you may already have UniTask installed either via [OpenUPM](https://openupm.com/packages/com.cysharp.unitask/), or via [Git](https://github.com/Cysharp/UniTask#install-via-git-url). If you do have it installed already,
39
-
and you don't want to use VoltUPM's mirror of it, then DO NOT define the additional scope as apart of VoltUPM.
39
+
and you don't want to use VoltUPR's mirror of it, then DO NOT define the additional scope as apart of VoltUPR.
40
40
41
41
> [!WARNING]
42
42
> If you already have UniTask installed via Git, please make sure it is the latest version!
43
43
44
44
## Packages Installation
45
45
46
-
Once you have VoltUPM registry added to your project, you can install the packages via the Unity package manager GUI.
46
+
Once you have VoltUPR registry added to your project, you can install the packages via the Unity package manager GUI.
0 commit comments