I’m using the CommonUI plugin and I want to trigger an event when the player presses the Gamepad’s front button (X on playstation and A on Xbox), but for some reason ALL other buttons are recognized except this one, any ideas?
I am stuck on this as well. I assume you figured it out? Thanks for any help.
I didn’t find out how to solve it, but I found the problem. Apparently the X/A buttons on the joysticks are the default confirmation (click) buttons, so you can’t use them that way. I ended up using another button to listen for this event.
Thanks for the reply. In my case, it was a common-ui project setting.
Project settings → Plugins → Common UI Framework
I changed this to ignore and I think that fixed it for me.