Develop
Develop
Select your platform

Creating Grabbable Objects

Updated: Nov 3, 2025
In this guide, you will learn how to use the quick action utility to automate setting up objects within the scene to be grabbable. It assumes you have a scene set up with a camera rig configured for interactions and an object you want to make grabbable. If you do not have a camera rig set up, you can add one by following the instructions in the Create Comprehensive Rig guide.

How do I make an object grabbable?

  1. Right-click on the object you want to make grabbable and select Interaction SDK > Add Grab Interaction. The Grab wizard appears.
    The Grab Wizard
  2. In the Grab wizard, select Fix All to fix any errors. This will add missing components or fields if they’re required.
    The fix all option
  3. If you want to further customize the interaction, adjust the interaction’s settings in the wizard. For details on the available options, please see the Grab Quick Action documentation.
  4. Select Create. The wizard automatically adds the required components for the interaction to the GameObject. It also adds components to the camera rig if those components weren’t already there.
    The automatically added GameObjects for a grab interaction.
Use Link to test your project.
  1. Open the Link desktop application on your computer.
  2. Put on your headset, and, when prompted, enable Link.
  3. On your development machine, in Unity Editor, select the Play button.
  4. In your headset, you can interact with the object in your app.

Test your Interaction with an APK

Build your project into an .apk to test your project.
  1. Make sure your headset is connected to your development machine.
  2. In Unity Editor, select File > Build Profiles.
  3. Click Open Scene List to open the Scene List window.
  4. Add your scene to the Scene List by dragging it from the Project panel or by clicking Add Open Scenes.
  5. Click Build and Run to generate an .apk and run it on your headset. In the File Explorer that opens, select a location to save the .apk to and give it a name. The build process may take a few minutes.
  6. In your headset, you can interact with the object in your app.
Grabbable Object

Learn more

Design guidelines

Core interactions

Spatial context

Did you find this page helpful?