Manage experimental features
This section outlines experimental features that are still under development. You can explore these features to get an early glimpse of upcoming functionalities and provide feedback.
Please read this page before adding any experimental features to your app.
Experimental features are in development and may contain bugs, errors, or inaccuracies. The functionality in these releases might change significantly or be removed in future updates. There is no guarantee that experimental features will reach production, or if they do, it may not occur within a set timeframe.
Experimental features cannot be included in apps on the Meta Horizon Store unless Meta provides written permission or as outlined in the
Meta Platform Technologies SDK License Agreement. If you incorporate an experimental feature into your app, you must update to the production version once it becomes available.
Enabling experimental features On your device
To run experimental features on your Meta Quest, enable Experimental Mode using the following
ADB command:
adb shell setprop debug.oculus.experimentalEnabled 1
To disable, change 1
to 0
. Be aware this setting resets to 0
upon reboot.
Enabling experimental features in your app
If your app uses experimental features, you need to update its
AndroidManifest.xml
to indicate this. For more information, see
Mobile experimental features.