Search Issue Tracker
Fixed in 1.0.0
Votes
0
Found in [Package]
1.0.0-preview.2
Issue ID
1196143
Regression
No
[Input System] Last Event Handler is removed when removing a middle Event Handler in script
How to reproduce:
1. Open the attached project "1196143.zip"
2. Open the Sample Scene
3. Enter play mode
4. Press "Space"
Expected result: 1, 3, 4 is logged in the Console
Actual result:1, 2, 3 is logged in the Console
Reproducible with: Unity 2019.2.12f1 (0.2.10, 1.0.0-preview.2), Unity 2019.3.0b10 (1.0.0-preview.2), Unity 2020.1.0a12 (1.0.0-preview.2)
Notes:
The issue was not reproducible on package versions 0.2.8 and below due lack of required features.
Affected package versions are not available on Unity 2017.4 and Unity 2018.4, therefore the issue is not reproducible.
Removing first and last Event handlers will work as expected.
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
- Volumetric fog shader variants are missing from build when "Strict Shader Variant Matching" is disabled
- Unnecessary modifications clutter the Scene when using a RectTransform driven by a LayoutGroup in a Prefab
- Files in the target folder are deleted without a proper warning when building an iOS project
- Character animation freezes when toggling animator on/off in a coroutine
- Certain textures are incorrectly marked in the render pass list when observed through Render Graph Viewer
Resolution Note (fix version 1.0.0):
Fixed by https://github.com/Unity-Technologies/InputSystem/pull/945