Search Issue Tracker
Fixed
Fixed in 1.0.2
Votes
0
Found in [Package]
1.0.1
Issue ID
XRMRT-42
Regression
No
XR Device Simulator controllers gradually starting shaking and distorting
How to reproduce:
1. Create a new MR Multiplayer Tabletop Template project
2. Enter the Play Mode
3. Leave the game running for some time (~1 min+)
4. Observe the controllers
Expected results: The controllers are not shaking and distorting
Actual results: Controllers start to shake gradually and after some time become distorting
Reproducible with: 3.1.0, 3.1.1 (6000.1.0b12)
Reproducible on: Windows 11 Pro
Not reproducible on: macOS Sequoia 15.3
Comments (1)
-
VRDave_Unity
Mar 28, 2025 17:42
We will be implementing a fix in the MR Multiplayer Tabletop Template to address this, but in the meantime, you can work around the issue by locating the Gravity Provider in the Hierarchy under MR Interaction Setup > XR Origin (XR Rig) > Locomotion > Gravity and then disabling this game object or unchecking the Use Gravity checkbox found on the component.
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
- Sprite Importer Checkbox Label Truncated in UI (2D Template)
- Light theme icon is missing for Volume Component in the Inspector window
- Volume Profile effects are still showing and active in Game View when the Volume Profile is reset
- Shader Graph Tab Lacks Right Margin for Long Titles
- 2DLight component only renders when ShadowCaster2D components are within range in WebGL builds
Resolution Note (fix version 1.0.2):
This update is specifically to account for the auto updating that happens in Unity 6.1, which results in our XR Origin prefab having new locomotion providers enabled by default, resulting in players falling indefinitely. To account for this, we have updated the MRInteractionSetup.prefab (XR Origin prefab) to disable the unused locomotion providers by default, specifically the Gravity Provider in the case of this issue.