I have developed an app with Vuforia for iOS and Android, when the app is run for the first time, the user is prompted to authorize the use of the device's camera.
If the user does not authorize the camera, when the user navigates to the "capture" scene, the camera view is black.
I have looked at the Untiy3D Documentation and found the Application.HasUserAuthorization class, but if I understand correctly, this only works on the Unity web player?
How can I check if the user has allowed the use of the camera in Unity3D (c#).
Any suggestions would be greatly appreciated! TIA!