Generate the Android manifest file
Updated: Nov 17, 2025
Generate the manifest file
To complete this step, you must have a Meta XR Core SDK or the All-in-one SDK installed in your project.
See
Import the Meta XR Core SDK for installation instructions.
Make sure you apply all fixes to your project using the Project Setup Tool.
To generate a Meta Horizon Store-compatible Android manifest file in Unity:
Select Meta > Tools > Android Manifest Tool.
Click Generate New Store-Compatible AndroidManifest.xml.
This creates an AndroidManifest.xml file in your Unity application’s Assets/Plugins/Android folder.
Note that this is not a complete manifest. Unity appends additional info to the file during the packaging process.
After successfully generating the manifest file, the Android Manifest Tool dialog should display the following buttons:
After making any configuration changes, such as toggling feature flags or permissions, you can sync the manifest by clicking Update AndroidManifest.xml for Store Compatibility.
Remove unwanted permissions from a manifest file