Hi,
I have a bunch of UIPanels in my MAC OSX standalone application, which display parts of a HUD (e.g., one panel is used to display some icons at the bottom of the screen). When I run my application, the first time any of these panels show (using NGUITools.SetActive), they jump slightly (almost imperceptibly) to the left. After this, I can hide and show the panels without seeing any sort of jump. Each panel object has an object underneath it with a UIAnchor.
Has anybody encountered anything similar, and does anybody know what might be the cause of the problem? I've tried:
- toggling the 'half pixel offset' on the UIAnchor
- playing with the scaling style on the UIRoot
- enabling all the UIPanels at once behind a black screen (so that the jump isn't visible), then removing the black screen