Search Issue Tracker
Duplicate
Votes
0
Found in
2018.4
2019.4
2020.2.1f1
2020.3
2021.1
2021.2
Issue ID
1315737
Regression
No
Event Trigger uses only the first component in the stack
Reproduction steps:
1. Open the user's attached project and SampleScene scene
2. In the Hierarchy window, select Canvas/Button
3. In the Inspector window, drag the Test (Script) component (the one that has the Proof field set to "Second") into PointerEnter event field
4. In the PointerEnter event, set Test/LogProof() as a function
5. Enter the Play mode
6. In the Game view, hover over the button and observe the Console window
Expected result: "Second" is logged
Actual result: "First" is logged
Reproducible with: 2018.4.32f1, 2019.4.20f1, 2020.3.0f1, 2021.1.0b9, 2021.2.0a7
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
This is a duplicate of issue #1309997