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
- Editor crashes when loading RenderDoc with Graphics API set to OpenGLES2 or OpenGLES3
- [Windows] Development Build with no scenes shows a purple screen when using OpenGLES3 graphics API
- Shader variants take too much memory at runtime
- [HDRP][VFX] Output mesh with default shader is incorrectly sorted before the HDRP fog
- Error "'GamepadSpeakerOutputType' does not exist in the namespace 'UnityEngine'" occurs in the Console when building a project
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