I found a problem that when I denied the camera permission in last start up, the Hello AR demo will appear a few seconds black screen in the next start up. And this problem is easily recurrent. It seems that the unity engine report that Timeout while trying to pause the Unity Engine in the last startup, and the call back OnPermissionDenied in com.unity3d.plugin.UnityAndroidPermissions$IPermissionRequestResult is the reason. I wonder if anyone has the same problem. Thanks.
I found a problem that when I denied the camera permission in last start up, the Hello AR demo will appear a few seconds black screen in the next start up. And this problem is easily recurrent. It seems that the unity engine report that
Timeout while trying to pause the Unity Engine
in the last startup, and the call backOnPermissionDenied
incom.unity3d.plugin.UnityAndroidPermissions$IPermissionRequestResult
is the reason. I wonder if anyone has the same problem. Thanks.