Tasharen Entertainment Forum

Support => NGUI 3 Support => Topic started by: jeldrez on March 28, 2013, 02:08:56 PM

Title: 2 overlay panels
Post by: jeldrez on March 28, 2013, 02:08:56 PM
I've a lot of pop-ups and other screens like inventory where I've 2 panels one above another, but there's input in both, how I can remove or block the input in the panel behind?


In all of this is showing both panel, because the above one it has transparent background.


I was thinking in disable all the colliders in the panel behind, that's the option?


Thanks!
Title: Re: 2 overlay panels
Post by: ArenMook on March 28, 2013, 04:41:52 PM
Add a collider that covers the panel's area. Generally this means adding it to the background sprite.
Title: Re: 2 overlay panels
Post by: jeldrez on April 01, 2013, 08:06:10 AM
Thanks!
I'm going to try it!