Search Issue Tracker
Fixed
Fixed in 1.9.0
Votes
0
Found in [Package]
1.6.1
1.7.0
1.8.1
Issue ID
ISXB-857
Regression
No
UI Click events ignored on nested child GameObjects when using the Input System
Reproduction steps:
1. Open the attached project “ReproProject”
2. Open the scene “Assets/Scenes/SampleScene_OldInput.unity”
3. In the Hierarchy Window, observe the “Case2” GameObject
4. Enable the “EventSystem_NewInput” GameObject
5. Enter Play mode
6. Click on the Game view
7. Observe the Console window
Expected result: “Parent OnPointerDown, Parent OnPointerUp, Child OnPointerClick” is displayed
Actual result: “Parent OnPointerDown, Parent OnPointerUp” is displayed
Reproducible with: 1.6.1, 1.7.0, 1.8.1 (2021.3.37f1, 2022.3.24f1, 2023.2.18f1, 6000.0.0b14)
Reproduced on: Windows 11 23H2 (22631.3007), Windows 10 (10.0.19045) 64bit (user’s)
Note:
To achieve the expected result use the Old Input system by doing the following:
* Disable the “EventSystem_NewInput” GameObject and enable“EventSystem_OldInput”
* Repeat steps 4 and 5
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
- Articulation Body with 'Revolute' Joint Type has erratic behavior when Upper Limit is set to above 360
- WebGL Player fails to render Scene when Terrain with Detail Mesh is added and WebGPU Graphics API is used
- Inconsistent errors are logged when different types are passed into the Query "Q<>" method in UIToolkit and the ancestor VisualElement is null
- Crash on GetMaterialPropertyByIndex when opening a specific Scene
- Discrepancies in the styling are present when using a TSS file instead of a USS file in custom EditorWindow
Resolution Note (fix version 1.9.0):
Fixed in upcoming Input System version 1.8.3