Generate the Android manifest file
Updated: Dec 17, 2024
Generate the manifest file
To generate a Meta Horizon Store-compatible Android manifest file, in Unity, navigate to Meta > Tools > Create store-compatible AndroidManifest.xml.
This will place an AndroidManifest.xml
file in your Unity application’s Assets/Plugins/Android
folder. Note that this is not your complete Manifest -- lines in this file will be added to your app’s final AndroidManifest.xml
during the packaging process.
Remove unwanted permissions from a manifest file