Tasharen Entertainment Forum
Support => NGUI 3 Support => Topic started by: HuyThach on May 06, 2014, 12:41:49 AM
-
I would like to add a game object in front of a scroll view, but the game object always goes to be invisible.
How to set the game object become invisible and get touch event from user?
Thank you.
-
If you want to put something visible in front of the scroll view, put it on a different panel and adjust the panel's depth so that it sits above the scroll view's panel.
-
Thank you. It works for me now.