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
- Any small change in UI Builder Inspector refreshes Editor Inspector
- Inaccurate Box Collider boundaries on a rotated child Cube when the parent GameObject Scale is non-uniform
- [Android] "SHADOWS_SCREEN" set as shader Keyword when no "_ShadowMapTexture" is bound leads to freeze on a build on some Mali GPU devices
- The global scene list is overridden in a project built with command line when the Override Global Scene List setting is disabled in the build profile
- Global Scenes are not included in the Build when building multiple Build Profiles at the same time
Add comment