Please Select Your Location
Australia
Österreich
België
Canada
Canada - Français
中国
Česká republika
Denmark
Deutschland
France
HongKong
Iceland
Italia
日本
Korea
Latvija
Lietuva
Lëtzebuerg
Malta
المملكة العربية السعودية (Arabic)
Nederland
New Zealand
Norge
Polska
Portugal
Russia
Saudi Arabia
Southeast Asia
España
Suisse
Suomi
Sverige
台灣
Ukraine
United Kingdom
United States
Please Select Your Location
België
Česká republika
Denmark
Iceland
Italia
Latvija
Lietuva
Lëtzebuerg
Malta
Nederland
Norge
Polska
Portugal
España
Suisse
Suomi
Sverige

Adding VIVE Registry to Your Unity Project

Unity transitioned to package manager for better modularization and package management support. The package manager gets packages from registries. By default, Unity package manager connects to Unity official registry. Meanwhile, Unity provides scopedRegistry support for 3rd-parties to set up their own registries.

Note: the most recent Unity LTS (Long Term Support) is recommended (2020.3.x LTS)

To let your project access packages from VIVE, you can add VIVE registry by either of the following methods:

Adding VIVE Scoped Registry from Edit->Project Settings->Package Manager  and add following values:

scopedregistry.PNG
Name:        VIVE
URL:           https://npm-registry.vive.com
Scope(s):    com.htc.upm

Then, open your Unity package manager window, you can browse packages from VIVE in it.

Adding via VIU (Vive Input Utility)

If using the VIU cross platform utility selecting Wave as the target platform will automatically add the VIVE scoped registry.

https://assetstore.unity.com/packages/tools/integration/vive-input-utility-64219

https://github.com/ViveSoftware/ViveInputUtility-Unity/releases


Showing Preview Packages

If you want to see packages in preview, remember to check Show preview packages for the package manager settings window as shown above (same with showing dependencies).

Switching to My Registries

Only in Unity 2020.1 and newer, packages from scoped registries will be listed in another place called My Registries .

wave-xr-plugin-vive-registry-6.png