Search Issue Tracker
Fixed in 2019.3.X
Fixed in 2018.4.X, 2019.2.X
Votes
0
Found in
2018.3.14f1
2018.4.0f1
2019.1.0a1
2019.2.0a1
2019.3.0a1
Issue ID
1151006
Regression
No
[tvOS] When B button is pressed on a wireless controller connected to a tvOS, the Menu button "JoystickButton0" is shown as held
How to reproduce:
1. Download the attached project and build it on the tvOS platform in Unity
2. Launch the Xcode build and connect a wireless gamepad controller to the tvOS
3. When the project is launched, hold down B button on the wireless controller
4. Notice that the "Held:" text shows the expected "JoystickButton13" but also "JoystickButton0 " which is a Menu button
Expected result: JoystickButton0 should be only shown as "Held" when the Menu button is pressed
Actual result: When B button is pressed on a wireless gamepad controller connected to a tvOS device, it shows that JoystickButton13 and JoystickButton0 buttons are being held
Reproducible with: 2018.4.1f1, 2019.1.4f1, 2019.2.0b4, 2019.3.0a3
Couldn't reproduce due to "tvOS namespace not existing in the UnityEngine": 2017.4.0f1, 2017.4.27f1
Not reproducible on iOS:
iPhone 6 PLUS, VLNQA00246, 12.1.4 64GB
Note: A suggestion was made that if this is intended behaviour, then it would be nice if it can be turned off via a bool in the UnityEngine.tvOS namespace
(e.g. UnityEngine.tvOS.Gamepad.TreatBButtonAsMenuButton)
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
- Prefab's scripts are constantly reloaded when trying to enter multiple digits or characters into public fields on custom scripts consecutively
- Crash on mono_g_hash_table_find_slot when entering Play Mode
- [iOS] Crash when pressing "Done" on the keyboard layout
- Sprite Atlas remains loaded in memory after scene change or unloading assets
- Decompressing a DeflateStream under IL2CPP misses a few bytes
AcidArrow
Aug 10, 2019 16:40
This is not fixed. This is actually broken now. What did you do?
Now pressing (just pressing, not holding), makes our game exit and go back to tvOS' menu. What the hell did you do?