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
- Physics SyncColliders 3x-7x performance regression from 2022LTS to U6
- ListView's '+' button causes a recursively dispatching event when the visual element area is filled up
- Soft keyboard closes immediately after multiple touches are made if Pointer Behavior is set to SingleUnifiedPointer
- UI Image batching breaks when interleaving elements with mixed z-positions and materials
- KeyNotFoundException is thrown when retrieving some values from HyperLinkClickedEventArgs
Add comment