Search Issue Tracker
Fixed in 2.0.0-pre.3
Votes
0
Found in [Package]
1.0.0-pre.4
Issue ID
1348680
Regression
No
[XR Interaction Toolkit] Tracked Device Drag Threshold Multiplier is not squared in XRUIInputModule
UIInputModule.trackedDeviceDragThresholdMultiplier is not being used correctly when calculating the effective drag threshold. The result of eventSystem.dragThreshold * eventSystem.dragThreshold is being multiplied by this scale multiplier rather than squaring the result of eventSystem.dragThreshold * pixelDragThresholdMultiplier. The tooltip indicates that it should be scaling the Drag Threshold instead.
All about bugs
View bugs we have successfully reproduced, and vote for the bugs you want to see fixed most urgently.
Latest issues
- [iOS] WebCamDevice.availableResolutions returns a single resolution with width and height both 0 on some iOS devices
- Editor freezes when selecting a GameObject in Play Mode with a script containing a public byte array
- Saving moves Toggle Button Group buttons to the wrong place in hierarchy
- [iOS] Visual artifacts are visible when the camera's feed is rendered to a texture
- Error "cannot map expression to ps_4_0 instruction set" in Shader Graph preview when using the GATHER_RED_TEXTURE2D macro in custom hlsl function
Add comment