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
- ACES Tonemapping causes banding artifacts and negative values in ColorGradingLUT when HDR is enabled and "High Dynamic Range" Grading mode is selected while Android Platform is used
- Android Player freezes when an Audio Source is playing and an incoming call is picked up and then hung up and the Audio Source is started again
- Green success icon is poorly visible in the light Unity theme
- Incorrect input into the Input Field when using Microsoft IME Japanese
- Multiplayer role "ClientAndServer" is displayed without the spaces in the "Play Mode Scenarios" window
Add comment