Search Issue Tracker
Won't Fix
Votes
0
Found in
2018.4
2019.4
2019.4.8f1
Issue ID
1271368
Regression
No
[XR][Oculus] triggerPressed action is registered when index finger trigger has been lightly touched
Reproduction steps:
1. Open the attached project ("Input System.zip")
2. Open "Input System" scene
3. Enter Play mode
4. Make sure HMD is active
5. Lightly touch Index trigger
6. Open Console window
Expected result: triggerPressed action is registered when index finger trigger has been pressed more than halfway
Actual result: triggerPressed action is registered
Reproducible with: 2018.4.26f1, 2019.4.9f1
Not reproducible with: XR SDK 3.2.13 (2020.1.3f1, 2020.2.0a21)
Tested:
- Oculus Rift
Add comment
All about bugs
View bugs we have successfully reproduced, and vote for the bugs you want to see fixed most urgently.
Latest issues
- [Dragon Crashers] Build fails in U6
- [Dragon Crashers] 4 Shader error messages on import
- [Dragon Crashers] Readme text is white on light grey
- Cursor stays in front of the first character when entering text in the TextMeshPro field
- Searching in Hierarchy causes unwanted component calls
Resolution Note (2020.2.X):
The legacy implementation is hardcoded to use > 0.25f as its deadzone. This is now 0.5f in the XRSDK packages. To customize the deadzone, the best thing to do is use the analogue trigger value and use the new input system to define the deadzone, or calculate this yourself.