Tasharen Entertainment Forum

Support => NGUI 3 Support => Topic started by: nübi on April 06, 2013, 01:13:28 PM

Title: UIPopupList not touchable with Unity Remote?
Post by: nübi on April 06, 2013, 01:13:28 PM
Hi,

I am testing my game out via Unity Remote on my iPhone 4S.  I can tap on the main button of a popup list and I hear the attached sound play.  Great.  However, the drop-down list never appears.  It works fine when inside Unity however.  What am I doing wrong?

Thanks
Title: Re: UIPopupList not touchable with Unity Remote?
Post by: Nicki on April 06, 2013, 01:57:36 PM
Unity remote is shit. You can't really count on anything with any sort of fidelity.

It fires both a mouse click and a touch click at the same time, so it likely opens and closes in the same frame - try disabling Mouse input on your UICamera.

Alternatively, try to build to your 4s through xcode.