1
NGUI 3 Support / Re: Strange buttons behavior when iAd banner is active and clicked
« on: May 28, 2014, 03:37:55 PM »
I'm running into this same issue. Specifically I am using the iOS Natives Unity plugin which has iAd support. My NGui buttons are on a 3D object, and finger presses to the banner at the bottom of the screen are causing touch over/down events on my GUI. It is not that the taps are falling through the banner as the banner is at the bottom, whereas the taps are being interpreted by buttons higher up on the screen (at least as they appear on the 3D object). Unfortunately the NGUI tap event fires before the iAD event, so I can't disable the nGUI button in time..
