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
- Articulation Body with 'Revolute' Joint Type has erratic behavior when Upper Limit is set to above 360
- WebGL Player fails to render Scene when Terrain with Detail Mesh is added and WebGPU Graphics API is used
- Inconsistent errors are logged when different types are passed into the Query "Q<>" method in UIToolkit and the ancestor VisualElement is null
- Crash on GetMaterialPropertyByIndex when opening a specific Scene
- Discrepancies in the styling are present when using a TSS file instead of a USS file in custom EditorWindow
Add comment