- Home /
Input.compass & Input.location for Smart-glasses(non-handheld devices) issue.
Problem
Hello, I have an AR project for smart-glasses. During the development a smart-phone(handheld device) is used for testing, however the compass and location information can not be obtained from these methods because they work for handheld devices only. I just need to gather these informations from the device's sensors any help in advance will be appreciated. Thanks!
Device Information Epson Moverio BT-200
Android 4.0.4
VGA Camera
GPS
Compass in both Headset and Controller
Gyroscope in both Headset and Controller
Accelometer in both Headset and Controller
And other stuffs.
Answer by elhongo · Feb 20, 2018 at 08:38 PM
Unfortunately Moverio does not support Google positioning service which is what Input.location uses. Your going to have to use positioning data through GPS location service.
Here is a step by step tutorial on how to get this done:
Your answer
Follow this Question
Related Questions
Multiple Plugins on Android 3 Answers
Fixing rotation using Compass 0 Answers
Location Service not starting (Android) 1 Answer
Location Service doesn't work on tablet build, does with Unity Remote 0 Answers
AR + GPS location based object/ collider 2 Answers