Amazon Fire TV remote

5

Stats

1,309 visits, 1,661 views

Tools

Translations

This tutorial hasn't been translated.

License

This tutorial is licensed under CC BY 4.0. Please refer to the license text if you wish to reuse, share or remix the content contained within this tutorial.

In the case you are trying to make your game work with any amazon device that use the Amazon Fire TV remote, I'm pretty sure the GamePad plugin its not working for You.

This is because the Amazon Fire TV remote its not been recognized as a GamePad but as a keyboard. Saying that,

Go on and add the keyboard plugin if not already in your project, after that just use the "On key code # released/pressed" condition with the Key Code for the specific controller button you need.

Amazon Fire TV Remote Key Codes Reference:

UP: 38,

DOWN: 40,

LEFT: 37,

RIGHT: 39,

SELECT: 13,

BACK: 8,

REWIND: 227,

PLAY_PAUSE: 179,

FAST_FORWARD: 228

Hope this little and quick tutorial works for you and you can find it useful!

  • 2 Comments

  • Order by
Want to leave a comment? Login or Register an account!
  • Thanks for this!

  • Thank you so much! Now, I have a few questions:

    1. How can I test if the combinations for the remote work with my game without exporting and publishing each time?

    2. Will a FireStick FireTV work with Local Storage?

    Thank you so much for giving me all this info!