1
NGUI 3 Support / Re: Anchoring a row of buttons
« on: September 27, 2014, 08:21:23 PM »You need to take UIRoot's pixelSizeAdjustment into account. When UIRoot is set to Constrained, it means its virtual pixels don't match your screen pixels, so you can't simply use Screen.width and height.That is what I needed.
Thanks!
