Search Issue Tracker
Fixed in 5.5.2
Votes
0
Found in
5.5.0p2
Issue ID
863399
Regression
Yes
[Android] Application detects gamepad only after its input was made
Reproduction steps:
1) Take any Android device and connect any gamepad to it
2) Download and open user's attached project
3) Build and run "Man" scene on device with connected gamepad
-- Using ADB notice that there's no Debug.Log() message displayed
4) Press any button on gamepad or move any joystick
-- Notice that "Connected" was printed
Expected result: "Connected" should be printed without pressing any button on joystick; it should be printed as soon as app is launched.
Reproduced with:
5.5.0f1, 5.5.0p3, 5.6.0b2
Unable to reproduce with: 5.4.4f1
DUT:
LG G3, Android 5.0
Nvidia Shield Tablet, Android 6.0
Comments (1)
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
- Inspector scroll area stretches when using components with nested serialized arrays on FBX model prefab instances
- Crash on ConstraintProjectionTree::projectionTreeBuildStep when ConfigurableJoint uses JointProjectionMode.PositionAndRotation and connected Rigidbody switches from kinematic to non-kinematic
- ScriptableObject asset is accessed during the lookup of Build Profiles when opening the Build Profiles Window
- [Multiplayer TPS Sample] Grenade launcher explosion misses the Player when the Collider count exceeds HitColliderBuffer
- OS Notification Documentation is missing when following hyperlink in Notifications Settings in Hub
guavaman
Feb 11, 2017 03:48
This is only part of the problem. If you disconnect a controller, it does not disappear from the list. If you then re-connect the controller and press a button to activate it, it appears as yet another copy of the same controller in the list. You can repeat this over and over to build a massive list of phantom controllers.