- About XR
- XR Unity SDK
- XR SDK Release Notes
- Version:1.0.3
- Version:1.0.2
- Version:1.0.1
- Version:1.0.0
- Version:0.9.59
- Version:0.9.58
- Version:0.9.57
- Version:0.9.56
- Version:0.9.55
- Version:0.9.54
- Version:0.9.53
- Version:0.9.52
- Version:0.9.51
- Version:0.9.38
- Version:0.9.37
- Version:0.9.34
- Version:0.9.33
- Version:0.9.32
- Version:0.9.31
- Version:0.9.30
- Version:0.9.24
- Version:0.9.23 Beta
Permission¶
When the application request permission, it will show the alert window to deny or allow the permission.
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.
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.