Hi!
Does anyone know the best way to incorporate geolocation functionality into my AR app? I’m using ARfoundation and focusing on Android phones. Thanks!
Hi!
Does anyone know the best way to incorporate geolocation functionality into my AR app? I’m using ARfoundation and focusing on Android phones. Thanks!
Depending on “what you need to do” you may start as simple as just grabbing Input.location.lastData
and make conclusions based on it. See Unity - Scripting API: LocationService
On Android you may also need to request runtime permissions properly: Unity - Manual: Request runtime permissions