Hi there,
I've just upgraded our project from 3.0 to 3.6 and all of a sudden, our map screen stopped working. None of the buttons that sit on top of the map are working any longer (hover, press, click, etc all broken). Nothing else except NGUI has changed.
I haven't done any serious debugging into this yet but a quick breakpoint reveals that the wrong object is being caught by the touch - it's the map background itself that is being caught. It has a box collider on it because you drag on the map background to move a scroll view, but it should be sitting underneath the rest of the buttons so I'm not sure why the new version of NGUI is causing the map to register as being on top.