Search Issue Tracker
Won't Fix
Votes
1
Found in [Package]
1.1.0-preview.3
Issue ID
ISXB-52
Regression
No
A buttons with a modifier action is called when pressing the button without the modifier key
How to reproduce:
1. Open the attached "1315871.zip" project
2. Build And Run the project
3. Press and hold "1" on the keyboard
4. Release the "1" key
5. Observe the Capsule
Expected results: Capsule is dyed green
Actual results: Capsule is dyed yellow
Reproducible with: 1.0.2, 1.1.0-preview.3 (2019.4.26f1, 2020.3.7f1, 2021.1.6f1, 2021.2.0a16)
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
- Property field override bar does not update transparency correctly when switching between valid and invalid GameObjects
- Project window selection is not updated when search term is changed
- Error when adding valid MonoBehaviour script to Prefab in Project window
- Editor Launch Screen will close when Enter is pressed on it
- ObjectPool's pool is destroyed when entering Play Mode without reloading Domain
Resolution Note:
After testing the repro project against InputSystem v1.3 and v1.4 it appears to work as expected now.