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
- Rigidbody2D.Slide API does not have the needed configuration when creating a 2D Top-Down character controller
- Opening reference for "Playables"component redirects to a missing page
- Sprite Renderer image is changed when switching Mask Interaction and changing Sprite to a shared Sprite
- An unsigned integer is not compared with an integer correctly in player when using IL2CPP backend
- Graphical artifacts are being rendered in Scenes that are loaded during run-time when GPU Resident Drawer is turned on
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