Search Issue Tracker
Fixed in 5.6.0
Votes
4
Found in
5.3.3p2
Issue ID
780705
Regression
No
Canvas, disabled on start, gets blurry when streched
Steps to reproduce:
1. Download and open attached project "townsendLandon_BallWithHands_Unity5.zip"
2. Open scene "grasslands_03"
3. Make sure Maximize on Play is on
4. Play scene
5. Press Escape button on keyboard
Actual result: Notice that UI is blurry
Expected result: UI is not blurred
Screenshots.
Blurry: https://gyazo.com/171d7bb17a353a10842aa16895846249 (Maximize on play is on)
OK: https://gyazo.com/bb2026f81860e627c8d9611fa933feb3 (Maximize on play is off)
Note UI doesn't get blurred when the game is not maximized on play
Tested and reproduced on:
Windows 10
Unity 5.3.4f1, 5.4.0b11
Was unable to test prior 5.3 due to multi scene editing, and was unable to strip project successfully
Comments (1)
Add comment
All about bugs
View bugs we have successfully reproduced, and vote for the bugs you want to see fixed most urgently.
Latest issues
- “Remove Unused Overrides” available on not loaded Scene and throws “ArgumentException: The scene is not loaded” warning
- Adaptive Probe Volume occlusion edge is calculated incorrectly when viewing probes near geometry edges
- Sampling a texture using an HLSL file throws shader errors and the code does not compile
- "Graphics.CopyTexture called with null source texture" error when Base Camera of an Overlay Camera is removed with DX11 Graphics API and Compatibility Mode enabled
- WebGL sends wrong value with large numbers when SendMessage function is used
SnoozePouch
Feb 27, 2017 19:43
The same happens for me. I .enable=false the canvas object in start(), and when I do enable it later, it is completely blurry. As I click on certain items, they actually update and become crisp again.