Search Issue Tracker
Fixed
Fixed in 3.0.7
Votes
0
Found in [Package]
3.0.5
Issue ID
XRIT-195
Regression
No
[Quest] Interactable moves further away or closer depending on the turning direction when UseDistanceBasedVelocityScaling is enabled
Reproduction steps:
1. Open the attached project "ReproProj"
2. Open the “/Assets/Samples/XR Interaction Toolkit/3.0.3/Starter Assets/DemoScene.unity” Scene
3. Enter the Play Mode
4. Teleport to the Grab Interactable Objects
5. Grab any interactable
6. Turn left with head and controller
7. Observe the interactable moves closer to the controller
8. Turn right
Expected result: The interactable does not change distance from the controller
Actual result: The interactable moves further away from the controller
Reproducible with: 3.0.3 (2021.3.44f1), 3.0.5 (2021.3.44f1, 2022.3.50f1, 6000.0.22f1)
Reproducible on:
Play Mode
Windows Standalone Player
VLNQA00379, Oculus (Quest 2), Android 10, CPU: Snapdragon XR2, GPU: Adreno (TM) 650
Testing environment: Windows 10 Enterprise 21H2
Not reproducible on: No other environment tested
Note:
- Reproducible when holding interactable lower than the controller
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
- Channel remapping dropdown in the Terrain Layer does not open when clicked on the title
- The Editor freezes indefinitely when a large number of elements are entered in the Subgraphs or Categories lists
- Some Visual Effects package Assets links to documentation are not working
- Heatmap asset’s documentation button in the Inspector window leads to “Sorry... that page seems to be missing!” page when clicked
- Crash on MonoBehaviour::CallMethodIfAvailable when performing various actions
Resolution Note (fix version 3.0.7):
Fix description:
- Upgraded attach velocity tracker estimation method to use weighted linear regression, which helps make the velocity estimate both more accurate and resilient to jitter and noise. Because it's weighted to newer time steps too, it exhibits lower latency as well.
- Removed plane projection logic preventing z-motion from working if not moving along the ground plane.
- Added filtering cone of 30 degrees to prevent unintended lateral motion from triggering z-motion of the objects.