-
Notifications
You must be signed in to change notification settings - Fork 2.1k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
MRTK3 triggerPressed is overly sensitive #11629
Comments
Happy to see this added to "future" but is there any way to adjust this in the current version? 😆 |
@ryan-motive have you tried changing the "Hand Aggregator Subsystem" settings? The "Pinch" settings meet be able to help you out. Otherwise, we have plans to use Unity XRI's recently added hand support, perhaps during this time we will be able to address your concerns more. However, switching to XRI's hand support will come post-GA |
Didn't realize this was there! This is great, I'll try it out. |
Hm, doesn't seem to make a difference. Does this impact the triggerPressed action? |
I've been running into the same issue. I've tried adjusting those values as well and it seems to have little effect if any at all. |
Same issue here. Increasing the range of those values has helped a little but finger tapping on Quest is still broken. The main issue is that a single finger tap can very often be recognized as multiple taps, which is obviously an issue. This can be easily fixed by simply having a short timeout window after a finger tap is recognized during which another finger tap cannot be activated. This works great anywhere I can build it into my own code, but it needs to be built in system wide so it behaves correctly with things like MRTK buttons. |
This issue has been migrated a new MRTK repository, and the status of this issue will now be tracked at the following location:
Describe the bug
{...}/triggerPressed fires when hand is in a natural position, causing Activate and UI Press to be invoked when the hand is held in a natural position. Users need to hold fingers stiffly in order to avoid activating.
To reproduce
Steps to reproduce the behavior:
Point at an interactable object (e.g. a grabbable) and let hand rest into a natural position (fingers slightly curled). Object will be grabbed.
Expected behavior
Hand/finger posture should have to be more pronounced in order to fire "triggerPressed"
Screenshots
N/A
Your setup (please complete the following information)
Target platform (please complete the following information)
Additional context
Meta "pinch" action is far more restrictive and requires a natural movement in order to activate. This implementation results in many unexpected activations and button pushes.
The text was updated successfully, but these errors were encountered: