Author Topic: UIPopupList not touchable with Unity Remote?  (Read 1526 times)

nĂ¼bi

  • Guest
UIPopupList not touchable with Unity Remote?
« 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

Nicki

  • Global Moderator
  • Hero Member
  • *****
  • Thank You
  • -Given: 33
  • -Receive: 141
  • Posts: 1,768
    • View Profile
Re: UIPopupList not touchable with Unity Remote?
« Reply #1 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.