Been struggling getting reliable clicks and drags using Curved UI input module. I’m not using XR interaction.
With a low Event System Drag Threshold value of 10, Sliders and Scrolls work great and I get custom events fired on PointerUpEvents. But OnClick() aren’t registered on Buttons.
To get reliable clicks on Buttons I have to turn up the Threshold to 42000000, Which seems insanely high and still doesn’t give 100% accurate clicks. At a guess 1 in 6 clicks don’t work.
Any Advice would be appreciated