Search Issue Tracker
Fixed in 2019.3.X
Fixed in 2018.4.X, 2019.2.X
Votes
12
Found in
2018.3.0a6
2018.3.7f1
2018.4.0f1
2019.1.0a1
2019.2.0a1
2019.3.0a1
Issue ID
1134856
Regression
Yes
[tvOS] Pressing the menu button on AppleTV remote doesn't exit to home screen when "tvOS.Remote.allowExitToHome" is set to true
How to reproduce:
1. Download and open the attached project "tvosbug.zip"
2. Build and run it on tvOS
3. Press the menu button on AppleTV remote when the project is launched
Expected result: The game exits to the AppleTV home screen.
Actual result: Pressing the menu button doesn't exit to the AppleTV home screen.
Tested with: AppleTV, A1625 (32GB), tvOS 12.1.2(16K534), Resoloution 1080p HD - 60Hz RGB Low
Reproducible with: 2018.3.0a11, 2018.4.1f1, 2019.1.4f1, 2019.2.0b4, 2019.3.0a4
Not reproducible with: 2017.4.27f1, 2018.2.21f1, 2018.3.0a5
Regression introduced: beetween 2018.3.0a6 and 2018.3.0a7
-------------------------------
Fixed in 2019.3.0a12.
Comments (3)
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
- "Shader warning in 'Hidden/Light2D': implicit truncation of vector type" is thrown when building Universal 2D template
- AI Assistant breaks compilation of packages using System.Runtime.CompilerServices.Unsafe via auto-referencing
- Unity Hub checks the "Documentation" module by default on the 6.4 and 6.5 streams despite that it was unchecked with the previous installs
- Shortcut that toggles between Dopesheet and Curves Views in the Animation Window's Timeline is mislabed
- Property List Items Overlap onto the Property List's top edge when scrolling through a long Property List
Zaikman
May 17, 2019 01:17
Can we petition the severity of this bug? Preventing the user from returning to the Home screen when the Menu button is pressed at the top level menu of your game is a direct violation of Apple's guidelines and is almost certainly going to cause you to fail submission.
This bug is a blocker with regards to releasing your game on tvOS right now and it's present from 2018.3 up through 2019.1, at least.
renanse
May 16, 2019 22:32
Thanks @Zaikman, helpful to have even an unofficial workaround.
Zaikman
May 15, 2019 10:22
As a temporary workaround, I sub-classed the UnityAppController and added a native plugin method that allows you to manually suspend the application. I'm not sure if this will pass Apple's submission tests, so use with caution!
https://gist.github.com/zaikman/229e74411a26073bd367e2c1acd33678