Search Issue Tracker
Fixed in 5.2.0
Votes
1
Found in
4.6.1f1
Issue ID
669847
Regression
No
[WP8][Gyro] Input.gyro.useracceleration does not remove gravity on WP8
The input.gyro.useracceleration should remove the gravity values, thus resulting in pure user input. On wp8 it does not do that.
As a result, it duplicates the functionality of input.acceleration
To reproduce:
1. Import repro.unitypackage
2. Build & run to WP8
3. Notice the vector values on the top and bottom. The top ones report input.gyro.useracceleration. The bottom ones report the input.acceleration. The middle vector values are the difference between the two vectors
4. Notice that the top and bottom values are the same
Does not reproduce on Android
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
- Resources.UnloadUnusedAssets() freezes the Editor when releasing Mesh objects
- 16-bit Sprite Textures have a banding effect and loss of data when packing into Variant Sprite Atlas
- HDRP Cluster artifacts when having more than 100 lights
- ParticleCollisionEvent.intersection generates extremely high values when particles collide while in Play Mode
- Custom attributes are not properly converted to subgraphs
ZYSHAQ
Sep 19, 2015 11:25
I lost Imagine Cup PanArab Competition because of this bug around this end of April... I had the very same issue.