Question by
GiedriusTamulaitis · Oct 20, 2016 at 11:52 AM ·
iosinputkeyboardbluetoothkeyboard input
Is it possible to get input from bluetooth keyboard on iOS?
Unity doesn't seem to get any data from bluetooth keyboard on iOS. Keyboard is paired and works on all other apps, but on Unity Input.GetKeyDown() never returns true. I tried it with two different keyboards and none of them worked. I also tested the same project on Android and there everything works as expected. Is there a way to make bluetooth keyboard work on iOS?
Comment