Overview

Unity's XR Interaction Toolkit is a Package created by Unity to allow developers to add cross platform VR and AR functionality to applications without the need for programming.

It serves the same purpose as VRTK, but it's newer, and more up to date. In some ways, it's easier to use. In others, less. This page covers all the things you need to get started with the XR Interaction Toolkit, and directions to make the interactions you are used to with VRTK.

Table of Contents

Requirements

Sources

These are the things you will need to follow this guide.

You can find the documentation that re-iterates everything on this guide at the links below.

Starter Package

Setting Up the Project

There are a lot of steps to get a project ready for XR. Buckle up and take your time.

<aside> ⚠️ Note that some of these steps may take longer than some of the GIFs imply. Most loading time was edited out.

</aside>

Installing Unity and the Right Packages

  1. Using Unity Hub, Install the latest Unity 2019.4 (LTS) version.

  2. Create a new 3D Project with Unity 2019.4

  3. Open Package Manager (Window > Package Manager) so you can install the below packages.

    1. Install XR Interaction Toolkit (preview package) 0.10 When it asks to "enable backends", choose Yes, and wait for Unity to restart.
      • Show me
    2. After Unity Restarts, re-open the Package manager and navigate back to the XR Interaction Toolkit. At the bottom, where it says Samples, import both Default Input Actions and XR Device Simulator.
      • Show me
    3. While still in the Package Manager, Navigate to and Install XR Plugin Management
      • Show me
  4. Check your Project window and ensure that the Samples were installed.

Configure the Project Settings for Oculus

You now have everything you need to start building XR scenes in Unity. However, to get the project to work on an Oculus, you will need to set some more settings. These settings are for an Oculus Quest. For other Oculus headsets, consult the Oculus Developer site.

<aside> ⚠️ The directions here are copied nearly identically from the Oculus Developer site.

</aside>