1
NGUI 3 Support / [workaround] 3.4.8 Blurred UI if Anchor is set to target's center
« on: February 07, 2014, 11:19:13 AM »
Since UIAnchor is depreciated and does not update on start but only on resize I decided to use the new (to me) UIWidget-Anchor system.
Well while the panel is in Pixel perfect scale mode I get blurry results as can be seen in the attached pic (the picture is the mixed result of two screen shoots at different resolutions) depending on screen resolution.
I even tried a whole new scene with the same result.
edit: After some more testing I found that it is related to the "Target's center" setting left and right work well but if set to centre it will blur depending on vertical and/or horizontal screen size. E.g. If you set it to Top-Center it will blur depending on screen.width, Center-Left -> screen.height and center-center -> both.
Well while the panel is in Pixel perfect scale mode I get blurry results as can be seen in the attached pic (the picture is the mixed result of two screen shoots at different resolutions) depending on screen resolution.
I even tried a whole new scene with the same result.
edit: After some more testing I found that it is related to the "Target's center" setting left and right work well but if set to centre it will blur depending on vertical and/or horizontal screen size. E.g. If you set it to Top-Center it will blur depending on screen.width, Center-Left -> screen.height and center-center -> both.