Cannot add an XRRig from the GameObject menu...

I am following that tutorial to XR.

Unity - Manual: Configuring your Unity Project for XR (unity3d.com)

Problem is at step 5, instead of being able to do GameObject>XR>Add XR Rig I only have “Convert Main Camera To XR Rig”.

XR plugin management seems to be 4.1.0 (according to package manager).

Running on Unity 2019.4.22f1.

Am I missing something?

The tutorial is outdated, apparently. After installing OpenXR it becomes obvious that “Add XR Rig” menu no longer exists. Convert Main Camera to XR Rig does roughly the same thing, but it uses components marked “legacy”.

You can also create game object > XR > XR Origin. XRRig has been replaced by the XROrigin in XR Interaction Toolkit 2.0.

https://docs.unity3d.com/Packages/com.unity.xr.interaction.toolkit@2.0/changelog/CHANGELOG.html#200-pre3---2021-11-09

2 Likes