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
- Out-of-bounds memory access with multiple CanvasRenderers under a Canvas when using Mesh API
- Inspector tries to access file after it was deleted when the file was locked in Inspector window
- Changing Transform values in Search window Inspector loses focus while dragging and stopping mouse without releasing dragging action
- Saving changes on the dirty VFX Graph during the Play mode throws "The referenced script (Unknown) on this Behaviour is missing!" warnings
- VFX Graph Debug Info overlaps the "Initialize" block debug info by default
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.