I've got a game for tvOS, and I want to use a bluetooth keyboard to control it. This isn't going into the app store, (at least not for a while), so for now at least I can require the bluetooth keyboard.
But while `Input.getKey(KeyCode.LeftArrow)` works perfectly in the editor, it doesn't work on the Apple TV, even though a bluetooth keyboard is connected, and works perfectly in other apps. (Including a "native" test app I created with xcode.)
Anyone know if there is an easy way to get it...
bluetooth keyboard tvOS
But while `Input.getKey(KeyCode.LeftArrow)` works perfectly in the editor, it doesn't work on the Apple TV, even though a bluetooth keyboard is connected, and works perfectly in other apps. (Including a "native" test app I created with xcode.)
Anyone know if there is an easy way to get it...
bluetooth keyboard tvOS