31
NGUI 3 Support / Re: Scrollview with clickable buttons in it
« on: October 30, 2013, 05:41:45 AM »
I found out what my problem was...to avoid having a tap trigger a collision with both the GUI elements and the game I made all my elements in the GUI be part of a 2D GUI layer. When I added the elements to my scrollview I forgot to set their layer and they were set to Default and that's why there was no hit event 
I'm not sure if I have to still but the gui elements on their own layer with the new version of NGUI or if there's a way to tell all the elements to not let a tap affect what's behind them.
Thanks

I'm not sure if I have to still but the gui elements on their own layer with the new version of NGUI or if there's a way to tell all the elements to not let a tap affect what's behind them.
Thanks