Search Issue Tracker
Won't Fix
Votes
1
Found in
4.1.5f1
Issue ID
547475
Regression
No
First time Input.compass.rawVector returns zero vector
Input.compass.rawVector returns zero vector when it's called for the first time. This is reproducible on Neuxs 4 with Unity 4.0.0f7, 4.1.4f1, 4.1.5f1, 4.2.0f4 and on Galaxy Nexus only with Unity 4.2.0f4.
Tested devices:
Google Nexus 4 with Android 4.2.2
Google Galaxy Nexus with Android 4.2.2
Unity Versions:
4.1.5f1 (ed5ea3281df6)
4.2.0f4 (38efbd14869d)
Resolution:
The compass is being enabled in the script, which is called after the input data has already been polled for the frame, so it returns default zeroes for the first frame. In the next frame the compass is polled in time, and the data is available.
All about bugs
View bugs we have successfully reproduced, and vote for the bugs you want to see fixed most urgently.
Latest issues
- [WebGL][Android] Corrupt header when connecting via IP
- Editor and Android Player hangs/freezes when repeatedly Loading/Unloading AssetBundle in Vulkan
- Selecting a Material for HDRP Decal Projector in the Inspector window spams errors in the Console
- Expanded Asset Preview Box moves/hides when creating new Asset in Project window
- Player crashes on Meta Quest with "/apex/com.android/runtime/lib64/bionic/libc.so" when using OpenXR Plugin in a specific project
Add comment