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
- Inconsistent behaviour when interacting with different dropdown types with pointer events on parent Visual Element
- Hidden GameObjects won't re-enable when they have call "DontDestroyOnLoad" function
- Overlay Canvas are rendered on each split-screen camera when HDR is enabled
- [Android] The Player loses focus when using UnityEngine.Handheld.StartActivityIndicator() with Facebook SDK
- Build fails with "Building Library/Bee/artifacts/MacStandalonePlayerBuildProgram/gahcy/hj9mx3z/951.0 failed with output:..." errors when Scripting Backend is set to IL2CPP
Resolution Note (fix version 1.9.0):
Fixed in upcoming Input System version 1.8.3