Tasharen Entertainment Forum

Support => NGUI 3 Support => Topic started by: Astrydax on July 03, 2016, 08:22:14 PM

Title: NGUI depth issue
Post by: Astrydax on July 03, 2016, 08:22:14 PM
I have a popup window that i would like to appear on top of everything else in the scene. However, gameobjects within a scroll view grid are appearing on top of it. I'm not sure how to go about fixing this issue. Please view the following gif to understand the issue.

please view the gif of the issue below.
http://giphy.com/gifs/l41Ypx7Jr9p6MjHAQ (http://giphy.com/gifs/l41Ypx7Jr9p6MjHAQ)

even when setting a depth of 100 for the popup window, the cards card tiles still appear above the window.
Title: Re: NGUI depth issue
Post by: ArenMook on July 05, 2016, 07:33:23 PM
Camera depth > panel depth > widget depth

That's the order. So in short, if you want a popup window to be on top, put a panel on it and give it a higher depth than the panel on your scroll view.