Hoping you can help - have a very urgent issue with not being able to grant camera permissions on Android. No dialogue shows, and we can't ask permissions via the standard Unity tools - it seems as if the EasyAR system failing is causing the app to think permission has been denied?
Debug from logcat looks like this:
2021/07/15 15:06:07.445 25518 25586 Error EasyAR CameraDevice.requestPermissions callback: St13runtime_error
2021/07/15 15:06:07.445 25518 25586 Error EasyAR easyar.UIPopupException: Camera permission not granted
2021/07/15 15:06:07.445 25518 25586 Error EasyAR easyar.UIPopupException: Camera permission not granted
2021/07/15 15:06:07.445 25518 25586 Error EasyAR at easyar.Detail.FunctorOfVoidFromPermissionStatusAndString_func (System.IntPtr state, easyar.PermissionStatus arg0, System.IntPtr arg1, System.IntPtr& exception) [0x0003b] in C:\Users\Dom Jones\Documents\Unity Github Projects\ShapMVP\Assets\ThirdPartyLibs\EasyAR\Scripts\Binding\csapi.cs:2375
Running EasyAR Unity Plugin v 4.2.0.1102 In Unity v 2019.2.21f1
Any and all help greatly appreciated!!