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
- EditorGUILayout.PropertyField foldout icon inside Vertical Layout Group has an incorrect indent when used with OnInspectorGUI()
- [Android] [iOS] "NullReferenceException: Object reference not set to an instance of an object" throws when entering the Play Mode/opening the application
- The Player freezes on load when building Web platform
- Animator "Conditions" tab breaks when the only Parameter is deleted and another one is created
- "Shader error in 'Universal Render Pipeline/Lit': maximum ps_5_0 sampler register index (16) exceeded" error thrown after a build is completed when the "LOD Cross Fade" parameter is enabled
Resolution Note (fix version 1.9.0):
Fixed in upcoming Input System version 1.8.3