Search Issue Tracker
Fixed in 1.1.0-pre.5
Votes
1
Found in [Package]
1.0.0-preview.4
Issue ID
1222305
Regression
Yes
[Input System] Gamepad stick values are cached when changing Editor window focus
Reproduction steps:
1. Open the attached project ("case_1222305-Gamepad_Initial_Stick_Values.zip")
2. Open the repro scene ("SampleScene")
3. Enter Play Mode
4. Select the "Gamepad Info" object in the Hierarchy
5. Move controller's joystick and hold it in a stable position
6. Change Editor's focus by clicking on Console or Inspector windows
7. Inspect the joystick position output
Expected result: Joystick position remains the same
Actual result: Joystick position changes when changing window focus
Reproducible with: 2019.3.5f1, 2020.1.0b1, 2020.2.0a2
Couldn't test with 2017.4, 2018.4 (minimal required package version is not supported)
Reproducible with package versions: 1.0.0-preview.4, 1.0.0-preview.6
Not reproducible with package versions: 1.0.0-preview.3
Notes:
1. Changing the joystick value and returning to the same window resets the value to the old ("cached") value
2. Tested with Xbox controller
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
- The "UnityWebRequest.result" of the "UnityWebRequestTexture.GetTexture" method changes when accessing "UnityWebRequest.downloadHandler" texture
- Slider rounding does not allow setting certain valid numbers as Values when Low and High Values not set to default
- UI Builder Canvas has too big resizing zone on the outside of the canvas
- GetCurrentAnimatorClipInfoCount() and GetNextAnimatorClipInfoCount() return 0 when animator is in transition
- GPU utilization increases by 20% on Meta Quest headsets when Render Graph is enabled on 6000.0.16f1 and higher
Resolution Note (fix version 1.1.0-pre.5):
Fixed in Input System 1.1.0-pre.5 which is available in Unity 2019.4.27f1 and above
PR - https://github.com/Unity-Technologies/InputSystem/pull/1324