Search Issue Tracker
Third Party Issue
Votes
0
Found in
2018.4
2019.4
2020.2.0f1
2020.3
2021.1
2021.2
Issue ID
1300347
Regression
No
[tvOS] Using Remote.allowExitToHome ignores button remapping when using a controller
Reproduction steps:
1. Connect a controller to your AppleTV device
2. On the AppleTV go to "Settings -> Remotes and Devices -> Bluetooth" and click on your controller
3. Click "Customisation" and swap mappings for A and B buttons (on an Xbox Controller, or the equivalent buttons on a different controller)
4. Open the attached project "remapButton"
5. Build and Deploy the "SampleScene" Scene to a tvOS device
6. Press B on the controller (or the equivalent button if not using an Xbox controller)
Expected result: The App does not exit to home
Actual result: The App exit home
Reproducible with: 2018.4.36f1, 2019.4.28f1, 2020.3.12f1, 2021.1.11f1, 2021.2.0a20
Reproduced with:
AppleTV 4K (tvOS 14.3) using an Xbox One Wireless Controller
Notes:
- The Application correctly recognizes the remapped button's value which can be seen in the Xcode Console, however, it still exits to home
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
- [iOS] [Android] External library generics fail during IL2CPP build
- Animator State’s Multiplier field shows a Parameter that no longer exists when the Parameter was assigned and then deleted
- Shadows disappear and come back after couple frames when using OnDemand Shadows and OnDemand Reflection
- “Delete Selected Items” is still active in the menu when Label is not selected in New Sprite Library Asset window
- "View Generated Shader" button in Shader Graph Asset is not aligned with other buttons
Resolution Note (2021.2.X):
App exiting to home functionality is handled by tvOS, all we can do is either enable it or disable it. While this behaviour is undesirable, only Apple can fix it. We have notified Apple of this behaviour.