Search Issue Tracker
Fixed
Fixed in 2022.3.67f1, 6000.0.57f1, 6000.2.2f1, 6000.3.0a6
Votes
1
Found in
2022.3.21f1
6000.0.50f1
6000.1.13f1
6000.2.0b11
6000.3.0a3
Issue ID
UUM-113004
Regression
Yes
[Android TV] Some of the remote controls not detected with "InputSystem.devices"
How to reproduce:
1. Open the “AndroidTvRemoteTest.zip“ project
2. Open the “SampleScene“
3. Build for Android
4. Install to an Android TV device (For testing Amazon Fire was used)
Expected result: All of the remote controls are detected (For tested Amazon Fire 11 entries)
Actual result: Some remote controls are not detected (For tested Amazon Fire only 9 entries)
Reproducible with: 1.14.0, 1.7.0 (2022.3.21f1), 1.14.0 (2022.3.64f1, 6000.0.50f1)
Not reproducible with: 1.14.0, 1.7.0 (2022.3.20f1)
Could not test with: 6000.0.52f1, 6000.1.10f1, 6000.2.0b8 (Min allowed target SDK on a repro device is not supported)
Reproducible environment: macOS 15.4.1 (M4 Max)
Not reproducible environment: No other environment tested
Reproducible with these devices:
Amazon UNKNOWN (AFTS), Android 5.1.1, CPU: NOT FOUND, GPU: PowerVR Rogue GX6250
Notes:
- Need an Android TV with a remote that supports PlayPause / Fast Forward and other keys
- Additional information in the comments
Comments (1)
-
dri_richard
Jul 25, 2025 13:06
To clarify the consequence of this - unlike in earlier versions of Input System, the status of the pause / Rewind / Fast Forward buttons aren't available.
Add comment
All about bugs
View bugs we have successfully reproduced, and vote for the bugs you want to see fixed most urgently.
Latest issues
- Editor crash on "PPtr<Shader>::operator Shader*() const" when checking in changes with a very long comment in Unity Version Control window
- [Ubuntu] Toolbar and menu items for Version Control lack spaces in text on Linux
- Unity Version Control window Pending Changes tab’s Item checkbox is unresponsive when clicked and the item list is empty
- Audio stuttering occurs when heavy processing is performed while OnAudioFilterRead is in use
- Inconsistent Node search results in VFX Graph
Resolution Note (fix version 6000.3.0a6):
The media keys - KEYCODE_MEDIA_PLAY_PAUSE/KEYCODE_MEDIA_PREVIOUS/KEYCODE_MEDIA_FAST_FORWARD will be reported to Keyboard device, since that's how TV Remote identifies itself on Android