Search Issue Tracker
Fixed in 2021.1.X
Fixed in 2020.3.X, 2021.2.X
Votes
0
Found in
2018.4
2019.4
2020.2
2020.2.1f1
2021.1
2021.2
2022.1
Issue ID
1315870
Regression
No
OnMouseDown is not called when clicking on a GameObject when targeting displays other than "Display 1"
How to reproduce:
1. Open the attached project's Scene labeled "EditorMouseInput"
2. Enter the Play Mode
3. In the Game view, target the "Display 1"
4. Click on the Sphere
4. Inspect the behavior
5. In the Game View, target the "Display 2"
6. Click on the Sphere
7. Inspect the behavior
Expected result: OnMouseDown is called and the Sphere is colored blue
Actual result: OnMouseDown is not called on the Sphere shown on "Display 2"
Reproducible with: 2018.4.32f1, 2019.4.21f1, 2020.2.7f1, 2021.1.14f1, 2021.2.0b2, 2022.0a2
Important: OnMouseDown is called on Sphere shown in "Display 1" when clicking in "Display 2" if the click is relative to the displayed Sphere's position on "Display 1"
Note:
- Partially fixed in Unity 2021.1.0a8 and versions above. OnMouseDown is called on "Display 2" but when clicking on a specific point on "Display 2" it can be called on "Display 1" as well.
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
- On Script import/reimport MonoImporter does not generate consistent results due to updating Custom packages
- [Entities Graphics] Size of the Content Update generated folder increases when changes are made to the Scene
- In Play Mode, an extra Sync Call is made every frame when a GameObject has a Rigidbody 2D component
- Crash on block_remove when a scene is opened in a specific project
- The GameObject with a Hinge Joint Component does not return to the initial position when the Use Motor property is toggled off
Resolution Note (fix version 2021.1):
Fixed in 2022.1.0a13
Resolution Note (fix version 2021.2):
Fixed in 2021.2.14f1
Resolution Note (fix version 2020.3):
Fixed in 2020.3.26f1