Author Topic: Can I use the NGUI label on game scene?  (Read 3312 times)

TheMonkeyTail

  • Newbie
  • *
  • Thank You
  • -Given: 2
  • -Receive: 0
  • Posts: 4
    • View Profile
Can I use the NGUI label on game scene?
« on: May 14, 2014, 10:41:31 AM »
Hello,

I'd like to know if can I use a NGUI label  (or any other NGUI component) in the game screen.
The idea is create a interface inside a console screen inside the game, like the ones on Doom3 :)


Thanks!

ArenMook

  • Administrator
  • Hero Member
  • *****
  • Thank You
  • -Given: 337
  • -Receive: 1171
  • Posts: 22,128
  • Toronto, Canada
    • View Profile
Re: Can I use the NGUI label on game scene?
« Reply #1 on: May 14, 2014, 11:29:54 PM »
You can. NGUI widgets must be underneath a UIPanel, but that's it. This UIPanel can be on a game object located somewhere in your scene.

TheMonkeyTail

  • Newbie
  • *
  • Thank You
  • -Given: 2
  • -Receive: 0
  • Posts: 4
    • View Profile
Re: Can I use the NGUI label on game scene?
« Reply #2 on: May 19, 2014, 11:39:16 PM »
You can. NGUI widgets must be underneath a UIPanel, but that's it. This UIPanel can be on a game object located somewhere in your scene.

WHOOOOOOOOOOOO!!! VERY EASY :D THANKS :D