Search Issue Tracker
Fixed
Fixed in 2.6.3, 3.0.5
Votes
0
Found in [Package]
2.5.2
Issue ID
XRIT-138
Regression
No
[Quest] XR Rig is teleported to the World Origin (0,0,0) position when the XR Controller is inside a Collider with a Teleportation Area component and Teleportation is triggered
Reproduction steps:
1. Open the attached project "ReproProj"
2. Open the “/Assets/Scenes/Create-with-VR-Starter-Scene.unity” Scene
3. Enter the Play Mode
4. Use the Grip Button of the Left Controller to teleport
5. Hold the controller inside the orange box and try to teleport
Expected result: Invalid teleportation request is returned
Actual result: XR Rig is returned to the (0,0,0) position
Reproducible with: 2.4.1 (2023.1.11f1), 2.5.2 (2021.3.35f1, 2022.3.20f1, 2023.2.10f1)
Could not test with: 3.0.0-pre.1 (2021.3.35f1, 2022.3.20f1, 2023.2.10f1, 2023.3.0b7) (Error “NullReferenceException: Object reference not set to an instance of an object” and the teleportation can’t be performed)
Reproducible with devices:
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
Notes:
- Reproducible with Windows Standalone and Android Player
- Only reproducible when the XR Ray Interactor uses a Sphere Cast as the hit detection type
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
- Null reference exceptions occur when ScriptableObjects saved in the same .asset file are referenced in runtime
- Depth texture is flipped when specific URP rendering settings are applied
- Warning of an unknown Script missing is logged when selecting VFX in Play Mode
- Vertical and horizontal scrollbars appear and disappear when dragging an attribute to a different position within the Shader Graph Hierarchy
- AudioSource.PlayDelayed() does not work with Audio Random Containers
Resolution Note (fix version 3.0.5):
Update the Teleportation Area component to block selection when the XR Ray Interactor's sphere cast overlaps with the area.
Resolution Note (fix version 2.6.3):
Update the Teleportation Area component to block selection when the XR Ray Interactor's sphere cast overlaps with the area.