iOS: Can't detect gamepad

Hi guys,

So I don’t understand why this isn’t working for me, but i simply cannot detect my gamepad on iOS. Here’s the deal:

  • Using a Nyko Gamepad Pro, and I’ve also tried a PS3 controller, connected via bluetooth
  • using code from unity’s manual page: http://docs.unity3d.com/Manual/iphone-joystick.html
  • also added some debug statements at startup to see if it detects a joystick using “Input.GetJoystickNames()”

Result is always 0 joysticks detected. I’ve tried putting the joystick in different modes, nothing. I’ve also confirmed the joystick is working, by downloading gamepad supported games and testing it.

What am i doing wrong here?

Did you figure this out i’m having the same issue…

I am facing same Issue, The game is working perfectly in Android. But in iOS No Controller is Input is shown

Does anybody have updates here? I am encountering the same problem. My Android device can detect the joystick, but my IOS device cannot detect the same one.