Hello!
New to unity, and trying to create a city model with geo-reference. Then to communicate with mobile device’s gps to get location in unity?
Is this possible? Where would you start?
Thanks!
You can get the latitude, longitude ,altitude and horizontalAccuracy from the device gps inside of unity.
On this page is a good example how to do that.
MapBox could be useful also,
https://www.mapbox.com/blog/mapbox-unity-sdk/
Thanks guys!!!
MapBox looks promising