1
NGUI 3 Support / Re: First Child of a Scroll View/Grid not responding to events
« on: May 06, 2014, 01:27:59 AM »Why is each of the children a panel?
Remove that panel. There should only be one panel -- on the scroll view.
Also when in doubt, enable "debug" option on the UICamera. NGUI will show you what the mouse is hovering over (and thus what will intercept events).
Awesome. Managed to get it sorted out now!
I originally used the panels because I thought they were necessary for handling renderable child objects (each of my items is made up of a combination of 5 labels/sprites/textures). I've replaced those with plain GameObjects as the parents (with all my other components and GUI components as children).
The next thing I ran into was having the collider on the scroll view interfering with the colliders. So I removed that as well, and it's all working.
Many thanks for the pointers
