ARPOISE / ARpoise

ARpoise - Augmented Reality point of interest service environment
GNU General Public License v3.0
17 stars 5 forks source link

ARvos app derived from Google ARCore SDK for Unity does not request location #3

Closed peterGraf closed 4 years ago

peterGraf commented 5 years ago

The android version of the ARvos image trigger app does not request the location service and therefore cannot be geo-fenced.

The app is derived from https://github.com/google-ar/arcore-unity-sdk

As ARvos does not require geo-fencing right now, I disabled the location service

peterGraf commented 5 years ago

Tamiko pointed out that this might be of interest https://docs.unity3d.com/2018.3/Documentation/Manual/android-RequestingPermissions.html

peterGraf commented 4 years ago

Switching to Unity Version 2018.3 solved the problem.