Tasharen Entertainment Forum
Support => NGUI 3 Support => Topic started 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!
-
Add a collider that covers the panel's area. Generally this means adding it to the background sprite.
-
Thanks!
I'm going to try it!