Author Topic: UICamera.fallthrough & NGUI HUD Text  (Read 2123 times)

Stevorino

  • Guest
UICamera.fallthrough & NGUI HUD Text
« on: August 02, 2013, 02:23:06 PM »
I having a hard time getting HUD Text to show up at all.... I've come to the conclusion that I think it is related to the UICamera and that I am currently using it to capture fallthrough events.

Is it possible to use the camera for fallthrough and NGUI HUD Text?  Any specific settings I need to address on the UICamera?

ArenMook

  • Administrator
  • Hero Member
  • *****
  • Thank You
  • -Given: 337
  • -Receive: 1171
  • Posts: 22,128
  • Toronto, Canada
    • View Profile
Re: UICamera.fallthrough & NGUI HUD Text
« Reply #1 on: August 02, 2013, 03:32:01 PM »
Fallthrough events have nothing to do with HUDText. HUDText is all visual. Most common cause of UI elements not showing up is layer-related. Make sure your layers are correct. Also note that HUDText needs to be a part of your UI hierarchy in order for it to work.