Links

ΜΆ
Adam I. Gerard
ISU
NIU
CS MS TBD

Windows Mixed Reality Immersive headset

To begin my journey with Windows Mixed Reality, I purchased a Samsung Odyssey HMD+ (the second version) which makes numerous small improvements to an already awesome headset.

Windows Mixed Reality provides a native Virtual Reality experience on Windows. Most of the software built for Windows Mixed Reality can also be targeted to Microsoft's Hololens (which is designed to overlay software onto external visuals rather than completely immerse one in the software alone).

This walk-through describes not only how to launch a custom app using your Windows Mixed Reality headset (any Windows MR headset will do) but also how to configure and use Unity.

Specifically, it comprises two important steps:

  1. Working with Unity and importing assets; and
  2. Configuring Unity to build a 3D app deployed to the headset.

Setup

  1. Verify that Unity is installed.
  2. Verify that Visual Studio 2019 is installed.
  3. Verify that the required packages are installed for VS 2019.

Configure

  1. Verify that Unity is installed.
  2. Make sure to download the appropriate assets through the Asset Store.

Configure

Deploy

  1. After importing the assets. Select the scene.

Configure

  1. Configure the build.

Configure

  1. Configure the player to accept VR.

Configure

  1. Select the correct SDK Windows Mixed Reality.

Configure

  1. Plug your headset in.
  2. Then select Build and Run. Specify a target outut folder. After selecting Game > Play, the app will automatically open in your Immersive Headset.

Configure

Shout Outs

A very special shout out to the great Ritchie Lozada who provided what I think is one of the finest and most succinct introductions to Windows Mixed Reality programming.

I was inspired to update that original post in 2019 and to demonstrate how to incorporate the Unity Asset Store.

Contents