Setting Up Interaction SDK
Updated: Aug 7, 2025
To download and import the Meta XR Interaction SDK:
Select Add to My Assets to add the package to your Unity account’s assets.
Select Open in Unity to open the Package Manager window in the Unity Editor.
Enter your Unity credentials if prompted.
In the Package Manager window, in the upper-right corner, select Install to install the SDK.
Note: When you install the Meta XR Interaction SDK in a project, Unity will also import and install the required dependencies.
Install the OpenXR provider plugin
All new projects should install the Unity OpenXR Plugin to get the benefit of all of the latest features and optimizations.
To install the OpenXR provider plugin:
- Open any 3D project in the Unity Editor 2022.3.15f1 or later (6.1 or later recommended)
- From the top menu of the Unity Editor, navigate to Edit > Project Settings to open the Project Settings window.
- Select XR Plug-in Management in the Project Settings window.
- If XR Plugin Management is not installed, select Install XR Plugin Management.
- In the Windows, Mac, Linux settings tab, select OpenXR.
- In the Android, Meta Quest settings tab, select OpenXR.
- Close the Project Settings window.
- From the top menu of the Unity Editor, navigate to Window > Package Management > Package Manager to open the Unity Package Manager window.
- On the left-hand navigation menu, make sure In Project is highlighted. Underneath Search in Project, expand the Packages - Unity dropdown.
- In the list of packages in the left menu, verify that there is a check mark beside the Unity OpenXR Plugin, indicating that the package is installed.
If you chose the standalone packages, the packages you need to install are:
- Meta XR Interaction SDK Essentials
- Meta XR Interaction SDK
If you chose the All-In-One SDK, the package you need to install is:
If you chose Unity XR, the packages you need to install are:
Each package’s folder appears in the Project window under Packages once it’s installed.
- Samples are available in both Interaction SDK packages.
- For the Meta Interaction SDK OVR Samples, in the Package Manager select the Meta XR Interaction SDK package and then on the right side of the window, select the Samples tab.
- If you have Unity XR set up, for the Meta Interaction SDK Unity XR Samples, in the Package Manager select the Meta XR Interaction SDK Essentials package and then on the right side of the window, select the Samples tab.
Select the three Import buttons to import the sample scenes into your project.
The Unity Project Setup Tool optimizes Android project settings for Meta Quest Unity apps, including texture and graphics configurations. The tool applies the required settings for creating Meta Quest XR apps, including setting the minimum API version and using ARM64.
Navigate to Meta > Tools > Project Setup Tool.
In the checklist under the Android icon tab of the Project Setup Tool, select Fix All.
If you still see Recommended Items in the list, select Apply All.