Forum Discussion

🚨 This forum is archived and read-only. To submit a forum post, please visit our new Developer Forum. 🚨
cto.footAR's avatar
cto.footAR
Honored Guest
1 year ago
Solved

[Unity] Can't use controller to select button inside UI scroll

Hello,
 
I'm trying to use Unity UI Scroll with UIButtons inside, but i can't get em to work with the controllers, but its working fine with hands gesture.
 
The problem is with the sensitivity of the button to unselect, like if I can hold the controller without shaking its possible to selected but the normal use, the simple act of pressing the controller you move a little and the MetaQuest only registe the scroll movement and not the click.
  • Could also be the Drag Threshold field in the EventSystem that needs adjustment.
    Checked ours and it was set to 120.

4 Replies

Replies have been turned off for this discussion
  • Jepplen's avatar
    Jepplen
    Expert Protege

    Hi,

    Sounds like a case of scroll sensitivity.
    Try going to your ScrollRect component and adjust the Scroll sensitivity field.
    I don't remember which way is going to give you more shake margin, I see our is set to 15, so perhaps try that for starters.

  • Jepplen's avatar
    Jepplen
    Expert Protege

    Could also be the Drag Threshold field in the EventSystem that needs adjustment.
    Checked ours and it was set to 120.