Hello!
I’m using Unity Input system to dev a mobile game with gamepad supporting,now encountering this issue :
Once the Xbox Series controller is connected to some Samsung Android devices via Bluetooth,
If I touch any of the UGUI buttons, they become unresponsive or that means all clicks lose functionality.
[What I’ve tried]
- I’d added some debug logs in the ExecuteEvents and related module,currently I can see that
The event “UnityEngine.UI.Button → OnPointerClick” is not triggered from “InputSystemUIInputModule.ProcessPointerButton”.
- In Unity InputDebugger, I found there are two extra “pen1” and “pen2” after connecting an Xbox Series Controller. It seems a bit weird.
[Environment]
- Unity 2022.3.19f1
- Input system 1.7.0
- Xbox Series Controller connecting via Bluetooth,
- Android 14 , issue only occurs on Samsung phones with Android 14 and One UI 6.0 / 6.1.
Any help or clue would be appreciated!
Regards,
