Hi
I have a Main Camera in my game set to the default layer and the culling layers are all selected with the exception of the GUI Layer.
All my NGUI Panels (and children) are set to the GUI layer. I need this because my main camera sometimes shows the NGUI objects in the background. Obviously I could probably move the whole UICamara tree elsewhere but I like working with default positions of 0, 0, 0 etc...
The UICamera Culling only has the GUI layer selected.
Now for the issue. None of the NGUI buttons or UI Objects respond to user input...
Have any suggestions? Thanks.