Convert latitude and longitude into unity
Quote from lurunawjan on July 5, 2023, 2:17 amHello,
I want to ask, I want to make an animation about moving a car according to my GPS coordinates . My GPS coordinates are in CSV file which have latitude, longitude and altitude. How can I use that coordinates in Unity.
Thank you
Hello,
I want to ask, I want to make an animation about moving a car according to my GPS coordinates . My GPS coordinates are in CSV file which have latitude, longitude and altitude. How can I use that coordinates in Unity.
Thank you
Quote from terraunity on July 9, 2023, 9:05 amHi, thanks for reaching out to us.
We already had an enterprise project where the scenario was the same and the car moves in real-time based on a 1000km journey using TerraLand's streaming system . You can see it in action here:
https://youtu.be/tB88-opc3g0
In TerraLand 3, there is a scene called "LatLon2UnityWorldSpace" which has all the necessary scripts and information to place geo-referenced objects on their exact positions in real-life, check with it and simply use it to roll out your logic.
More info:
https://youtu.be/hFiYSkGso70
https://forum.unity.com/threads/terraland-2-high-quality-photo-realistic-terrains-from-real-world-gis-data.377858/page-6#post-3084315
Hi, thanks for reaching out to us.
We already had an enterprise project where the scenario was the same and the car moves in real-time based on a 1000km journey using TerraLand's streaming system . You can see it in action here:
In TerraLand 3, there is a scene called "LatLon2UnityWorldSpace" which has all the necessary scripts and information to place geo-referenced objects on their exact positions in real-life, check with it and simply use it to roll out your logic.
More info: