Search Issue Tracker
Won't Fix
Votes
0
Found in
2018.4
2020.1
2020.1.0a22
Issue ID
1215883
Regression
No
HandleUtility.GUIPointToScreenPixelCoordinate has an offset in height when used in Game View window
To reproduce:
1. Open attached project ("case_1215883.zip")
2. Press Play and move your mouse in the Game View
3. Observe the red circle position
Expected result: Red circle stays directly on the mouse
Actual result: Red circle stays below the mouse
Reproducible in: 2018.4.17f1, 2019.2.20f1, 2019.3.0f6, 2020.1.0a22
Could not test in: 2017.4.36f1 (Due to errors in the project)
Note: A horizontal offset also appears when changing the Game View resolution
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
- TextMeshPro gradient tags render as literal text when using a font that contains only a part of the ASCII character set
- UI Builder "Padding" field can be set to a negative value
- Small rectangles appearing in the corner of title text in Editor when System Font and Bitmap are selected in preferences
- The shortcut character is typed into the name field when a [Shift + <any alphanumeric key>] shortcut is used to create the asset from "Asset/Create"
- TextMeshPro ligatures broken when Font Style setting is changed from “Lowercase” to “Uppercase”
Resolution Note (2020.1.X):
The issue is coming from the use of Event.current.mousePosition in game code. For the GameView in play mode, Input.mousePosition should be used instead.