Search Issue Tracker
Fixed in 1.3.0
Votes
3
Found in [Package]
1.1.0-preview.2
Issue ID
1309797
Regression
No
Release button events are not called when using the new Input System and pressing buttons from multiple devices at once
How to reproduce:
1. Open the attached project (case_1309797_InputSystem)
2. Open the Console window
3. Click Play
4. Click and hold the left mouse button (notice what is printed to the console)
5. Click and hold space
6. Release the left mouse button
7. Release space
Expected result: "Pressed Mouse", "Released Keyboard" is printed
Actual result: "Pressed Mouse" is printed
Reproducible with: 1.0.0, 1.0.1, 1.0.2, 1.1.0-preview.2 (2019.4.19f1, 2020.2.3f1, 2021.1.0b5, 2021.2.0a4)
Could not test with: 2018.4 (does not support new Input System package versions)
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
- Mono Windows Builds don't produce full log callstacks when generating logs
- AssetBundles fail to load when running in Built Players for Mobile Devices
- UI elements with text gets bigger and grey when Player window is moved to another screen with different resolution
- System name accepts multiline text but crops it on confirmation, duplicates input, and shrinks the field when empty
- UI element scale and position are wrong in project build when DRS is changed with HDR and Software Dynamic Resolution enabled
Resolution Note (fix version 1.3.0):
Fixed in Input System 1.3.0 available for 2019.4 and above