Windows Phone doesn't support Input.GetJoystickNames?

As the title suggest I’m unable to add unity joystick controls to my windows phone build as it gives me a compiler error saying that Input class doesn’t contain a definition for GetJoystickNames

Any one know how to use joystick with WP then?

What joystick do you have to use with Windows Phone? The only joystick I am aware of is the Moga, and it has its own SDK to handle it.

I’m not sure, but I would assume Xbox 360 controller would work with Windows phone.

And the Moga works with Unity’s input api on other platforms

Nope, can’t use xbox 360 controllers on windows phone 8 (you can use it on windows 8 store though).

As for Moga, it works by copying the Unity input api for other platforms, and though I havent seen it for Windows Phone I imagine it would copy it again (it uses a class called MogaInput rather than Unity’s Input class).

-Kyle