Tasharen Entertainment Forum

Support => NGUI 3 Support => Topic started by: HuyThach on May 06, 2014, 12:41:49 AM

Title: How to set a game object in front of scrollview
Post 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.
Title: Re: How to set a game object in front of scrollview
Post by: ArenMook on May 06, 2014, 09:12:46 PM
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.
Title: Re: How to set a game object in front of scrollview
Post by: HuyThach on May 07, 2014, 08:40:50 PM
Thank you. It works for me now.