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
- Mouse input is registered incorrectly in Custom RP when downscaling Render Target and rendering Overlay UI before final upscale
- Time.deltaTime is locked to the display's refresh rate when the built Player is moved to a Secondary Display and Windowed Mode is used
- Crash on RaiseException when importing a specific asset
- Crash on RaiseException when opening a specific project
- DownloadHandlerScript.CompleteContent is called twice when building for WebGL
Resolution Note:
After testing the repro project against InputSystem v1.3 and v1.4 it appears to work as expected now.