Hi, I'm trying to make a very basic UI
I have made the UI Root by pressing the NGUI tab -> create -> 2D UI
Then I have made a panel (panel 1), which has another panel inside (panel 2) which has a scrollview.
And in panel 2 I have a a widget with a BoxCollider and a UI Drag Scroll View script.
But when I try to drag it nothing happens, and the OnDrag event is never called in the UI Drag Scroll View script
The UI Root's layer is set to default and the panel has the layer UI.
The Camera created with the UI Root has the event mask set to UI.
But it seems when I turn on debug on the Camera, that I'm still getting OnHover event on the UI Root, even though it's layer is default and the Event Mask is set to UI.
Raycasts Hit Triggers is set in both Physics and Physics 2D settings
Am I doing something wrong? And if so could you point me in the way of a fix? Any help would be much appreciated.