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
- 2D Sprite Renderer in front is affected by Sprites in the background when using Sorting Layers and a Shadow Caster 2D with Self Shadow
- Modifying UI Prefab child's Height only confirms the first 1 or 2 digits when the Scene is newly opened or the Prefab is newly created
- ProfilingSampler.Get() returns null and makes the Player only render black when building a Release Build
- Search text field visual controls for the Path binding in an Input Actions Asset is misaligned
- Display issues in VideoPlayer when using Screen.SetResolution on certain Google Pixel devices
Resolution Note (fix version 1.9.0):
Fixed in upcoming Input System version 1.8.3