- Home /
Include data from an eclipse Android project into my Unity project
Hello!
Pretty new in programming I'm in need of a little help for my student project.
I've got an Android app in java which gives me the latitude and longitude of my Android device. It's not using the GPS location services of the device, they have a totally different origin (Navizon.com).
All I can do so far with my java Android app, is to print those two coordinates in a blank activity.
What I'm interested in is to include those coordinates into my Unity project : I want them to rule the position of a Gameobject in real time.
I've been looking up online for days, I can't really find any easy explicit ways to do it, even in the Android developers and the Unity documentations. I use C# scripts with Unity.
Has anyone a clue of how I could move ahead?
Your answer
Follow this Question
Related Questions
Android: How can I Minimize/Maximize Apps? 0 Answers
Application not installed on android 0 Answers
Java Plugin : Button added on UnityPlayer Activity -> touch not working 2 Answers
Location Service not starting (Android) 1 Answer
How do I keep saving location updates even if my app is out of focus (Android) 0 Answers