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
- Code runs slower when using a cached exception instance compared to creating a new one
- Broken UI in Default Preset Add Section of "Preset Manager" window
- [iOS] The Player freezes when closing the Notification Center and quickly swiping down from top
- Crash on Texture2D:SetPixelImpl when rapidly calling Texture2D.Apply()
- Graph Lines are not rendered when using Experimental GraphView or GridBackground
This is a duplicate of issue #1309997