Tasharen Entertainment Forum
Support => NGUI 3 Support => Topic started by: shokinhan on November 20, 2012, 08:48:30 AM
-
Some times the frame border are blurring, but when I add 1 pixel to the border, it will be distinct, and then I Make pixel perfect, it will be blurring again. Why ?
-
Select your UIRoot and hit Alt+Shift+P. This will pixel-perfect your entire UI.
-
If the border is distinct, when I press Alt + shift + P, it will change blurring again.
-
Does one of the panel/widgets not have the half-pixel offset box checked?
-
How to checked the half-pixel offset ?
where is the menu?
-
It's set on the UIAnchor. Select yours, and check it.
-
I can't follow your means. Some UI has UIAnchor, some UI does not has UIAnchor.
Your means all that UI need to add UIAnchor, and then they will be distinct ?
-
I think he's talking about the "root" Anchor, the one that is a child of your NGUI Camera.
On this UIAnchor script, there is a Half Pixel Offset property
-
You must have at least one UIAnchor in your UI. When you create a new UI hierarchy, the anchor is automatically added for you. Sounds like you removed yours. Anchors perform pixel-perfect correction.