I ordered a Evolution Drone controller, which is an Android game controller that can be a traditional controller or emulate a keyboard and mouse. I was wondering if Unity3D 4.6 and 5.x support Joysticks on Android devices. I am aware that Mobile Input allows me to set up joysticks on the touchscreen.
The reason I ask is because I have a embedded Android development board (ODROID) with a BlueTooth adapter attached to it. I would be pairing the controller to that device. Other devices like the JXD 7000B have joysticks built in and that device is like a Playstation Portable with Android KitKat, a 7" screen, 2 Button Pads, and 2 joysticks.
Will Unity see the controller and be able to communicate to it via BlueTooth, allowing me to call the Input.GetAxis to get the joypad axis natively? Or does Unity only support touch screen input on mobile devices out of the box and this requires a third party solution?