Version: Unity 6.1 (6000.1)
Language : English
Develop for Meta Quest workflow
Packages and templates for Meta Quest development

Meta Quest build platform and build profile

Understand how to configure the Meta Quest build platform and build profile.

In Unity 6.1 and later, you can use the Meta Quest build platform and build profile in the Build ProfilesA set of customizable configuration settings to use when creating a build for your target platform. More info
See in Glossary
window.

By default, the Meta Quest platform shares Player settingsSettings that let you set various player-specific options for the final game built by Unity. More info
See in Glossary
with the Android build platform. You can use the Meta Quest build profile to override project settingsA broad collection of settings which allow you to configure how Physics, Audio, Networking, Graphics, Input and many other areas of your project behave. More info
See in Glossary
specifically for Meta Quest.

Prerequisites

Select the Meta Quest build platform

You can use this build platform to configure settings for standalone Meta Quest headsets.

To select the Meta Quest build platform:

  1. Go to File > Build Profiles to open the Build Profiles window.
  2. In the Platforms list, select Meta Quest.
  3. Click the Switch Platform button.
  4. Install the required packages you’re prompted to.

Note: Unity automatically installs the OpenXR Plugin when you select the Meta Quest build platform.

Create the Meta Quest build profile

To create a Meta Quest build profile:

  1. Open the Build Profiles window (File > Build Profiles), and select Add Build Profile to open the Platform Browser window.
  2. Select Meta Quest from the list of supported platforms.
  3. Select Add Build Profile which will create a Meta Quest build profile and install package dependencies.

Default settings reference

When you create a Meta Quest build profile, Unity pre-configures some specific Player and Quality settings.

To access Player settings, click the Player Settings button at the top of the Meta Quest Build Profile page. The following table outlines the default overridden Player settings for the Meta Quest build profile:

Setting Default value
Graphics API Vulkan
Minimal Android API Level Android 10.0 (API level 29)
Target API level Android 12L (API level 32)
Scripting BackendA framework that powers scripting in Unity. Unity supports three different scripting backends depending on target platform: Mono, .NET and IL2CPP. Universal Windows Platform, however, supports only two: .NET and IL2CPP. More info
See in Glossary
IL2CPPA Unity-developed scripting back-end which you can use as an alternative to Mono when building projects for some platforms. More info
See in Glossary
Target Architecture ARM64
Stereo Rendering PathThe technique that a render pipeline uses to render graphics. Choosing a different rendering path affects how lighting and shading are calculated. Some rendering paths are more suited to different platforms and hardware than others. More info
See in Glossary
Instancing

To access quality settings, click the Player Settings button at the top of the Meta Quest Build Profile page and select Quality from the left-hand menu. The following table outlines the default overridden Quality Settings for the Meta Quest build profile:

Setting Default value
Anisotropic Filtering Forced On
Quality Level A new Meta Quest (Build Profile) option

Customize build profile settings

In the Meta Quest Build Profile tab, you can configure the following settings derived from the Meta Quest build target:

  • Platform Settings: customizable build settings specific for the Meta Quest platform. These settings aren’t shared by the Android build target.
  • Player Settings, Graphics Settings, and Quality Settings: shared with the Android build target by default. You can customize and override these settings for the Meta Quest platform. To override these settings, select the relevant override option from the Player Settings Overrides section to reveal the override options.

Additional resources

Develop for Meta Quest workflow
Packages and templates for Meta Quest development