Develop
Develop
Select your platform

Create the UnityXR Interaction Rig

Updated: Aug 7, 2025
In Interaction SDK, the rig is a predefined collection of GameObjects that enable you to see your virtual environment and initiate actions, like a grab, a teleport, or a poke. The rig is contained in a prefab called UnityXRInteractionComprehensive, it requires a working camera rig, and will add support for hands, controllers, and controller driven hands to your scene.

Adding the Comprehensive Interaction Rig

Using Quick Actions is the fastest and recommended way of adding the UnityXR Comprehensive Interaction Rig to your scene, since it will manage all the references automatically and offer all the options together in a wizard.
  1. Delete the default Main Camera if it exists since since Interaction SDK uses its own camera rig.
  2. Right click on the Hierarchy and select the Interaction SDK > Add UnityXR Interaction Rig Quick Action.
    Using the UnityXR Interaction Rig Wizard
  3. If you have a UnityXRCameraRig in the scene, it will appear referenced in the wizard, click Fix if there is no camera rig so the wizard creates one.
    Fix All Button
  4. Click Create to add the UnityXR Interaction Rig to the scene.
    Components for the UnityXR Interaction Rig are added
Did you find this page helpful?