Search Issue Tracker
By Design
Votes
1
Found in
5.3.4f1
Issue ID
784392
Regression
No
When V-Sync is disabled Input.GetAxis() returns near 0 values in standalone player
To reproduced the issue follow the steps:
1. Open "testInput" project
2. Open "1" scene
3. Make sure virtual sync is disabled in quality settings
4. Build the project for standalone player
5. Run the the project
6. In game, there's output of Input.GetAxis() at the top-left of screen
7. Move the mouse, you could find that the value under "Fastest" setting is always near 0
Reproduced in 5.4.0b11, 5.4.0b13, 5.3.4p1, 5.2.2p4
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
- Articulation Body with 'Revolute' Joint Type has erratic behavior when Upper Limit is set to above 360
- WebGL Player fails to render Scene when Terrain with Detail Mesh is added and WebGPU Graphics API is used
- Inconsistent errors are logged when different types are passed into the Query "Q<>" method in UIToolkit and the ancestor VisualElement is null
- Crash on GetMaterialPropertyByIndex when opening a specific Scene
- Discrepancies in the styling are present when using a TSS file instead of a USS file in custom EditorWindow
vollchecker
Aug 10, 2016 07:56
have the same problem with unity 5.4.0f3 in windows standalone build (problem occurs only in build)
we can only move mouse when v-sync is on
it should be possible to move the mouse also when v-sync is disabled
pls fix issue because its very hard to find