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.
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.
Download this package to use for this tutorial.
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>
Using Unity Hub, Install the latest Unity 2019.4 (LTS) version.
Create a new 3D Project with Unity 2019.4
Open Package Manager (Window > Package Manager) so you can install the below packages.
Check your Project window and ensure that the Samples were installed.
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>