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?