I wanna get GPS value in AR scene but Input.location.Start seems not to work correctly if I check ARCore on XR Plug-in Management in project settings.
It works like a charm when ARCore is unchecked.
Unity ver is 2020.3.19f1.
AR Foundation, AR Core, ARKit ver is 4.1.7.
This is repro code for this issue.
If you start project, you can see 3 buttons and text.
If you don’t have permission, press req to get permission.
If you have permission isEByUser reveals isEnabledByUser and hasPermission reveals
Permission.HasUserAuthorizedPermission(Permission.CoarseLocation) should be true.
When you’re running this project on android with checked for ARCore, If you press start while you have permission, status should change to Running but it remains Stopped.
If you uncheck ARCore, same operation will change status to Running.
I misunderstand something? or Is this a bug?
