Search Issue Tracker
Fixed
Votes
0
Found in
5.3.3f1
Issue ID
889102
Regression
Yes
Blurry GUI interface when hit.transform.position is used
When "Camera.main.WorldToScreenPoint(hit.transform.position" is used to determine the position of the GUI when cast on the cube game object, the GUI.SelectionGrid displays blurry interface. The clarity of the buttons seems to vary based on the distance between the cube and the camera, although that does not appear to happen when "Camera.main.WorldToScreenPoint(hit.point)" is used, or even "Input.mousePosition" works just fine.
Steps to reproduce:
1. Open attached project
2. Open "Main level" scene
3. Run the game
4. Point the mouse on the cube
Expected result: GUI looks sharp and clear
Actual result: GUI looks blurry
Reproduced on versions: 5.2.3f1, 5.3.3f1.
Not reproduced on version: 5.1.1f1.
All about bugs
View bugs we have successfully reproduced, and vote for the bugs you want to see fixed most urgently.
Latest issues
- UI Overlay Image gets darker on each Camera when multiple Cameras are used
- Assertion failed on expression: 'scriptedImporterClass == SCRIPTING_NULL error when opening the standalone profiler window
- Disabled assets in Import Unity Package window aren't tracked but count as being selected by user
- [Windows] Crash on GetManagerFromContext when video is playing and creating High Definition 3D Projects after FMOD failed to switch back to normal output Error appeared
- GC Alloc produced when adding items to MultiColumnListView with Auto Assign Binding
Add comment