cancel
Showing results for 
Search instead for 
Did you mean: 

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

cto.footAR
Honored Guest
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.
1 ACCEPTED SOLUTION

Accepted Solutions

Jepplen
Expert Protege

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

View solution in original post

4 REPLIES 4

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
Expert Protege

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

Hello,

that solve the problem.

Thank you

Thank you