Search Issue Tracker
Fixed in 2018.4.X
Fixed in 2019.2.X, 2019.3.X
Votes
0
Found in
2019.2.2f1
Issue ID
1179727
Regression
Yes
[tvOS] 'B' button ignores 'allowExitToHome' value on certain GamePads after the first suspend of the app
Steps to reproduce:
1. Open attached project (appletv-bug.zip)
2. Build the 'SampleScene' for AppleTV
3. Deploy the project to an AppleTV device with external controller connected to it (tested with Horipad Ultimate Controller)
> The game will launch with allowExitToHome set to 'false'
4. Click 'B' button on the controller, notice it does not exit to home
5. Click 'A' button to set allowExitToHome to 'true'
6. Click 'B' button on the controller again, notice the app suspends and you exit to home screen
7. Re-open the app
8. Click 'A' button to set allowExitToHome to 'false' again
9. Click 'B' button
Expected behaviour: 'B' button respects the 'allowExitToHome' property as it does before the first suspension of the app, and does not close the app
Actual behaviour: After the first suspend of the app, 'B' button on the controller no longer respects 'allowExitToHome' property and suspends the app every time
Reproducible with: 2018.4.6f1, 2019.2.3f1, 2019.3.0a12, 2020.1.0a1.
Notes:
- Before the first suspension of the app, the 'B' button works the same as 'Menu' button and respects the 'allowExitToHome' property
- Can't test other versions as exiting the app doesn't work at all (it was fixed by case 1134856)
- Not reproducible with PS4 and Xbox controller.
-----------------------
Fixed in 2020.1.0a5, 2019.3.0b7, 2019.2.11f1, 2018.4.13f1.
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
Add comment