Version: 2022.3
Language : English
Android thread configuration
Android permissions in Unity

Device features and permissions

For an application to access private data on the device, use device features like an in-built microphone or cameraA component which creates an image of a particular viewpoint in your scene. The output is either drawn to the screen or captured as a texture. More info
See in Glossary
, or generally interact with the device outside of the application sandbox, it must have permission from the device’s user.

For more information about permissions on Android devices, see Permissions on Android.

Topic Description
Android permissions in Unity Understand Android permissions and how to work with them in Unity.
Declare permissions for an application Declare which permissions the application requires. An application can only request to use permissions that it declares.
Request runtime permissions Request permission to use device features or access private data outside of the application sandbox.
Android thread configuration
Android permissions in Unity