Author Topic: Objects Display Issues  (Read 1938 times)

kababyenoh

  • Guest
Objects Display Issues
« on: August 22, 2012, 03:46:54 AM »
Hi all,

I'm in the process to setting a few UIs in Mandarin and I've created the required text through "BMFont" generator, the weird thing is some of my labels and other widgets tend to show up UNDER my other NGUI widgets and can't figure out why.



Highlighted area is the checkbox within scene view



Here you can see in game view the objects do not show (I have the positions set at 0,0,0)

Appreciate inputs.

Thanks


Shelt

  • Newbie
  • *
  • Thank You
  • -Given: 0
  • -Receive: 0
  • Posts: 14
    • View Profile
Re: Objects Display Issues
« Reply #1 on: August 22, 2012, 08:57:51 AM »
Do a couple of standard checks
- Are both the background and the checkbox texture in the same atlas? If not, set so the checkbox texture Z-value to be closer to the camera.
- Are they both under the same UIPanel? if yes, make sure the CheckBox texture has a higher depth than the background. If not, set so the checkbox texture Z-value to be closer to the camera.