Search Issue Tracker
Fixed in 1.1.0-pre.6
Votes
0
Found in [Package]
1.1.0-pre.5
Issue ID
1368502
Regression
No
Input System callbacks are not unregistered when a key is released
How to reproduce:
1. Open the user's attached project
2. Open scene Scenes/SampleScene
3. Go to the Game view and press the Play button
4. Hold down the Shift key, press the X key, and release the Shift key
5. Observe the Console while repeating step 4 several times
Expected result: "Key up" is logged the same amount of times that "registering callback" is logged
Actual result: "Key up" is logged an incrementally increasing amount of times with each callback
Reproducible with: 1.0.2, 1.1.0-pre.5 (2019.4.32f1, 2020.3.21f1, 2021.1.27f1, 2021.2.1f1, 2022.1.0a13)
Not reproducible with: 1.1.0-pre.6, 1.1.1 (2019.4.32f1, 2020.3.21f1, 2021.1.27f1, 2021.2.1f1, 2022.1.0a13)
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
- Shader transparency, discard, and clip are not working when using the Player
- Error is thrown when clicking on warning in the console
- Long IL2CPP build time when project has a .ufbx library wrapper
- Cursor doesn't change to the resizing when using the Rect Tool and the Sprite is too close to the bottom of the Scene View
- InvalidOperationException exception is thrown when Editor Default Text Rendering Mode is set to "Bitmap" and Editor Font is set to "System Font" and an array is expanded in the Inspector Window
Resolution Note (fix version 1.1.0-pre.6):
Fixed in Input System 1.1.0-pre.6