Importing The XR Interaction Toolkit

The Avatar Recorder was made to record your VR avatar, which means you need to have a way to Unity recognize a VR Headset. To do that, the XR Interaction Toolkit is one way to make that happen.

To make sure the XR Interaction Toolkit is installed go to Unity's Package Manager. (window > Package Manager)

And search for XR Interaction Toolkit in the Unity Registry

While you're there, make sure you also have the XR Plugin Management package.

Here is the XR Interaction Toolkit Documentation if you want to learn more about the XR toolkit:

XR Interaction Toolkit Online Documentation: https://docs.unity3d.com/Packages/com.unity.xr.interaction.toolkit@2.0/manual/index.html

Here’s a great video of Justin Barnet explaining how to set up the XR Interaction Toolkit:

https://www.youtube.com/watch?v=yxMzAw2Sg5w&list=PLwz27aQG0IIINJb3mfDb3subZ6j8VdtEA

Once that’s all set up and tracking, it’s time for recording.

Last updated