Please Select Your Location
Australia
Österreich
België
Canada
Canada - Français
中国
Česká republika
Denmark
Deutschland
France
HongKong
Iceland
Ireland
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
Ireland
Italia
Latvija
Lietuva
Lëtzebuerg
Malta
Nederland
Norge
Polska
Portugal
España
Suisse
Suomi
Sverige

Direct Preview

In the development process, building APKs repeatedly in Unity is time-consuming. Direct Preview lets developers skip the build process by letting developers preview in both the Unity Editor and their headset simultaneously.

NOTE: The rendering path for Android applications differs from the rendering path used for game previews. Therefore, there may be differences in the look-and-feel and performance.

Supported Platforms and Devices

Platform Headset Supported Plugin Version
PC PC Streaming Focus 3/XR Elite/Focus Vision X
Pure PC Vive Cosmos X
Vive Pro series X
AIO Focus 3 V 2.5.0 and above
XR Elite V 2.5.0 and above
Focus Vision V 2.5.0 and above

Specification


Direct Preview is separated into three parts:

  1. VIVE Business Streaming app on your target device

    This is the app on headset for Direct Preview. It leverages the streaming technology from VIVE Business Streaming to work over USB or wireless connection. It is the same app for VIVE Business Streaming on your headset. 2. wvr_plugins_directpreview.dll on your Unity Editor

    Unity Editor will load wvr_plugins_directpreview.dll when you start playing. After initialization and connection, it provides all data (pose, event and state of device) from your target device to Unity which operates all routines and draws images on texture.

    After drawing texture is completed, wvr_plugins_directpreview.dll will send texture images from Unity with corresponding pose data to Streaming server.

  2. Streaming server on PC

    Streaming server takes over the Unity textures and the poses sent from wvr_plugins_directpreview.dll. And then, Streaming server encodes these information and sends them to the target device.

Environment Settings

  1. Install Steam VR and Vive Hub from official website
  2. Enable OpenXR in Steam VR Settings.

Golden Sample

  1. Create Unity project (have to use Unity 2021 or newer).

  2. Download ViveOpenXRInstaller.unitypackage and install Vive OpenXR Link

    Inside Unity: Import Package . (Assets > Import package > Custom Package choose the downloaded package.)

    • Option A: If you have Git installed go to VIVE > OpenXR Installer > Install or Update latest version.

    • Option B: If you don’t have Git installed then go to Link, and download file com.htc.upm.vive.openxr-2.5.0.tgz. Go back to Unity and open package manager, click add sign > add package from tarball, and select the downloaded file to install.

  3. With Package Manager still open, go to Samples tab and import Vive OpenXRSamples.


  4. Switch platform to windows in build settings.


  5. Under Project Settings check OpenXR checkbox under XR Plug-in Management. Go under OpenXR and add Vive Focus 3 Controller Interaction under Enabled Interaction Profiles and check the unity extension you want to test.


  6. Install and open Vive Business Streaming app in headset’s library page and turn on unity play mode. Make sure the headset is connected to your computer, Headset’s Settings > Connectivity > Computer connection.

See Also