Search Issue Tracker
Won't Fix
Votes
1
Found in
5.3.1f1
Issue ID
774720
Regression
No
[Android] [Unity remote 4] compass input returns 0
To reproduce:
1) Open the attached project
2) Open Unity remote 4 on android device
3) Play the scene 1, notice that it returns all zeros instead of compass vector
Comments (1)
Add comment
All about bugs
View bugs we have successfully reproduced, and vote for the bugs you want to see fixed most urgently.
Latest issues
- DownloadHandlerScript.CompleteContent is called twice when building for WebGL
- Scene view has Y coordinates of the Screen Position node flipped when some of the URP features are disabled
- Volumetric fog shader variants are missing from build when "Strict Shader Variant Matching" is disabled
- Unnecessary modifications clutter the Scene when using a RectTransform driven by a LayoutGroup in a Prefab
- Files in the target folder are deleted without a proper warning when building an iOS project
DiegoWw
Jul 11, 2019 09:45
Same problem here in Unity Remote (at the device the Compass works). I was able to start the LocationService (waiting for it with a coroutine) and even get GPS readings, but the Compass still return all zeroes (and -1 as the Timestamp).
PS: For anyone not able to even get GPS to work, first enable Location access for the Unity Remote App on the phone itself, on Android configs. It does not automatically ask for permisson in any way.