I have 3 buttons in the middle of screen and iAd banner active at the bottom. When I touch banner I can see that one of those buttons much higher on screen is also clicked. Even more, when I move finger slowly on top of banner (from top to bottom) I can see that those buttons became hovered, which is not the case when I move finger over buttons itself. What could be wrong?
I have checked buttons colliders, they are all fine.
I have checked UICamera event mask and it is set to GUI layer only.
It seems that touch coordinates from banner translate to wrong screen coordinates by ngui. But why ngui reacting on those touches at all, I have checked that there is no collider under the banner.