1
NGUI 3 Support / Re: Newbie Questions
« on: September 16, 2014, 07:47:16 AM »- You should have UI Root > Camera > Panel. They have to be on NGUILayer, and make sure the Camera's Culling Mask is only NGUILayer.
- Select Panel and go to NGUI > Create > Widget. Rename it BottomBar. Anchors > Unified. Reset everything to zero (Left > Target's Left > 0, and Right > Target's Right > 0, etc).
- Change anchor Top to Target's Bottom > 100. Now it's 100 from the bottom of the screen always.
- Select BottomBar then go to NGUI > Create > Sprite. Then go to Anchors > Unified. Reset them all again and it will be the same shape as the BottomBar box.