Search Issue Tracker
Won't Fix
Votes
0
Found in
5.3.5f1
Issue ID
811548
Regression
No
[Retina] Poor Text quality on Retina display using non-native Screen Resolutions
Reproduction Steps:
1. Open User's project
2. Make builds resizable (PlayerSettings > Resizable Windows)
3. You can use Default Screen Width/Height 1280x800 (but it's not working as expected)
4. Build for Standalone
5. Choose Resolution 1024x768 and windowed mode
6. Build/open one more standalone
7. Make Resolution 1280x800
8. If not using Default Screen Width/Height resize it manually
9. Note to make it easier you can add Text field and script with line :
"GetComponent<Text> ().text = Screen.width + " x " + Screen.height;"
10. Compare First and Second builds on Retina Display
11. Notice that text quality on Second build is worse than on First build
Reproduced on versions: Unity 5.3.5f1, 5.3.6p6, 5.4.1p1, 5.4.1p2, 5.5.0b5
All about bugs
View bugs we have successfully reproduced, and vote for the bugs you want to see fixed most urgently.
Latest issues
- Test Runner’s vertical scrollbar overlaps with the up and down arrows and upper toolbar tabs when the window is minimized
- The Input Field view is not updated when deleting lines of text
- The scrollbar does not respect empty lines in the Input Field
- “Texture Atlas Viewer“ button text overlaps another button when the UI Toolkit Debugger is narrowed
- Thresholds are no longer automatically calculated after deleting Motion fields in Blendtrees
Add comment