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
- Crash on do_runtime_invoke when reopening a specific project after failing to build it
- Animations change speed when rigidbody is added
- Low FPS persists when re-entering Play mode after an extended session in a specific project
- ListView list items in UIToolkit get stuck when reorderMode is set to Animated and they are reordered using two or more fingers on touch devices
- Editor or player crashes when using a deeply nested Particle System with a sub-emitter that has multiple references
Add comment