Author Topic: GUI is not being displayed  (Read 4152 times)

kork

  • Guest
GUI is not being displayed
« on: April 24, 2012, 01:38:06 AM »
I am just trying out the free version of NGUI to see if it fits for our game (btw. its really nice that this opportunity exists, we tried a few UI kits so far which just had paid versions). However whenever I start the project the UI is not being displayed. Instead I just get a black screen and the NGUI overlay. In the editor everything looks ok.  This also occurs on the bundled examples (see attached screenshots). Am I doing something wrong here?

ArenMook

  • Administrator
  • Hero Member
  • *****
  • Thank You
  • -Given: 337
  • -Receive: 1171
  • Posts: 22,128
  • Toronto, Canada
    • View Profile
Re: GUI is not being displayed
« Reply #1 on: April 24, 2012, 02:29:18 AM »
NGUI Free doesn't support deferred rendering. Change your camera to use Forward Rendering and try again.

Full version of NGUI supports everything.

kork

  • Guest
Re: GUI is not being displayed
« Reply #2 on: April 24, 2012, 02:30:00 AM »
I see that did the trick. Thank you.

MatzeOGH

  • Guest
Re: GUI is not being displayed
« Reply #3 on: May 06, 2012, 08:44:58 PM »
does the full version support deferred rendering?

ArenMook

  • Administrator
  • Hero Member
  • *****
  • Thank You
  • -Given: 337
  • -Receive: 1171
  • Posts: 22,128
  • Toronto, Canada
    • View Profile
Re: GUI is not being displayed
« Reply #4 on: May 06, 2012, 08:56:39 PM »
Yeah.

MatzeOGH

  • Guest
Re: GUI is not being displayed
« Reply #5 on: May 07, 2012, 06:33:58 PM »
Very good, thx