UPM Package Samples
Updated: Mar 5, 2025
The following Meta XR SDKs include sample projects that can be imported with the Unity Package Manager:
Import samples from UPM packages
To import samples for a UPM package, following these instructions:
- Navigate to Window > Package Manager.
- At the top left of the window, make sure that the package source filter is set to Packages: In Project.
- Select an installed package to show package details. Installed packages are marked with a check.
- If the installed package has samples, a Samples section will appear either under the package description or as a section tab, depending on the Unity Editor version.
- Go to the Samples tab, and select Import next to each sample project that you want to import into your editor.
- After importing is complete, you can find all imported sample projects located in your project under Assets > Samples > Meta XR __ SDK.
Suppose that you have installed the Meta XR Core SDK UPM package, and you want to import the Sample Scenes project that is shipped with the package:
In the Package Manager, select the Meta XR Core SDK package from the list of packages in your project.
On the package’s page in the Package Manager, select the Samples tab, and then select Import next to the Sample Scenes project.
Close the Package Manager and look in your project under Assets > Samples > Meta XR Core SDK.
Double-click any scene to open it in the Unity Editor.
For more detailed documentation about the specific sample projects shipped with a given SDK, see that SDK’s sample documentation.