#RequestCameraAccess

1 messages · Page 1 of 1 (latest)

green sigil
#

So, this has been removed. How do I go about just requesting permission to use the camera?

I use ESK for getting the permission in an AR app. I don't need any capturing from ESK.

languid hare
green sigil
#

Well poo.. that kinda breaks updating the project 😀

languid hare
#

Isnt there any other solution available for handling permissions till now?

#

I thought unity has permission api. Pls let me check.

#

Ok. Unity has Permission api but its only for Android. Thats something not great.

green sigil
#

The reason I do it with ESK was cause it’s easy and all in one place 😀

#

I'm also getting these compile errors

languid hare
languid hare
green sigil
green sigil
#

The only other Utility present in my project is the UnityEditor.Playables.Utility. I had to add code to ESK to point it directly to the correct Utility class (as is present elsewhere in the plugin)

languid hare
#

Please let me look into it. Will add that package and see what's causing the issue.