Author Topic: NGUI appear over normal GUI  (Read 3233 times)

WUTAI

  • Guest
NGUI appear over normal GUI
« on: October 29, 2013, 01:31:00 AM »
I have a Unity GUI that has some stuff on it, and an NGUI Label that pops up behind it. How can I make the NGUI Label pop up in front of the normal GUI?

Thanks.

ArenMook

  • Administrator
  • Hero Member
  • *****
  • Thank You
  • -Given: 337
  • -Receive: 1171
  • Posts: 22,128
  • Toronto, Canada
    • View Profile
Re: NGUI appear over normal GUI
« Reply #1 on: October 29, 2013, 01:38:12 AM »
You can't. Unity's immediate mode GUI is always drawn on top of everything else.

triawyn

  • Newbie
  • *
  • Thank You
  • -Given: 0
  • -Receive: 0
  • Posts: 9
    • View Profile
Re: NGUI appear over normal GUI
« Reply #2 on: December 18, 2013, 02:21:02 PM »
You can't. Unity's immediate mode GUI is always drawn on top of everything else.

is there absolutely no way around this with render order or material shaders or gui.depth (though i have tried negative and positive depths to the thousands, without success).  i have an inventory made with unityGUI, and tooltips with NGUI, but the tooltips are invariably drawn behind the ongui buttons.   :-\

btrikojus

  • Newbie
  • *
  • Thank You
  • -Given: 0
  • -Receive: 0
  • Posts: 9
    • View Profile
Re: NGUI appear over normal GUI
« Reply #3 on: November 11, 2014, 02:25:41 AM »
is there still no workaround for this?