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
- VFX Graph font size change does not adjust Sticky Note size when smaller font size is selected
- Rendering Debugger has a “Go to Section” burger button even when the section is already opened and does nothing when pressed
- SIGSEGV error when adding EditorApplication.delayCall callback declared in complex generic type and exiting Unity in `Performanc
- Resize cursor does not appear while approaching window edge from inside the player window when using Input System as the Input Handler
- IMGUI Debugger Instructions are flickering when the Inspected View is set to Scene and mouse cursor is moved over the Scene View
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.