Welcome,
Guest
. Please
login
or
register
.
January 17, 2025, 09:07:33 AM
Home
Help
Search
Login
Register
Tasharen Entertainment Forum
»
Support
»
NGUI 3 Support
»
NGUI appear over normal GUI
« previous
next »
Print
Pages: [
1
]
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.
Logged
ArenMook
Administrator
Hero Member
Thank You
-Given: 337
-Receive: 1171
Posts: 22,128
Toronto, Canada
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.
Logged
triawyn
Newbie
Thank You
-Given: 0
-Receive: 0
Posts: 9
Re: NGUI appear over normal GUI
«
Reply #2 on:
December 18, 2013, 02:21:02 PM »
Quote from: ArenMook on October 29, 2013, 01:38:12 AM
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.
Logged
btrikojus
Newbie
Thank You
-Given: 0
-Receive: 0
Posts: 9
Re: NGUI appear over normal GUI
«
Reply #3 on:
November 11, 2014, 02:25:41 AM »
is there still no workaround for this?
Logged
Print
Pages: [
1
]
« previous
next »
Tasharen Entertainment Forum
»
Support
»
NGUI 3 Support
»
NGUI appear over normal GUI