XRSPACE Developer Console

Permission

When the application request permission, it will show the alert window to deny or allow the permission.

../_images/Permission-Request.jpg

User can only request the Camera, Microphone and Storage in the application. It will show the alert window when the permission request is not the Camera/Microphone/Storage. Please remove the permission request in the application which is not allowed to avoid this situation.

../_images/Permission-Unsupport.jpg

How To Use Camera

We only provide RGB camera permission, please use WebCamTexture.devices[1] if you want to get camera data.

Note

For more information, please visit Unity Documentation.