Search Issue Tracker
In Progress
Fixed in 3.0.8, 3.1.0
Fix In Review for 2.6.5
Votes
5
Found in [Package]
3.0.0-pre.1
Issue ID
XRIT-141
Regression
No
[Quest] The Line Renderer ignores Interaction Filters when attempting to land the ray visual on multiple objects
Reproduction steps:
1. Open the attached project "ReproProj"
2. Open the “/Assets/XRI_Examples/Scenes/XRI_Examples_Main.unity” Scene
3. Connect Quest with Oculus Link
4. Enter the Play Mode
5. Use the Thumbstick on the right Quest controller, to move to the Physics Intaractables sample
6. Align ray to hit several grabbable items at once
Expected result: The furthest away grabbable item is also hit by the ray
Actual result: Ray only hits the first grabbable item, but makes the furthest away item become light blue
Reproducible with: 2.5.2 (2022.3.15f1), 3.0.0-pre.1 (2021.3.35f1, 2022.3.20f1, 2023.2.11f1, 2023.3.0b8)
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
Note:
- Reproducible with Android and Windows Standalone Players
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
- 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
- Compatible with the VFX Graph Shader Graph can't be dragged and dropped into the "Output" block from the Project window
- [Silicon] Freeze/crash on BrotliDecoderDecompressStream when using System.IO.Compression.BrotliDecoder.TryDecompress
Resolution Note (fix version 3.0.8):
Changed `XRRayInteractor.TryGetHitInfo` to return the hit info of the selected interactable or highest scored interactable instead of the nearest raycast hit.
Resolution Note (fix version 2.6.5):
Changed `XRRayInteractor.TryGetHitInfo` to return the hit info of the selected interactable or highest scored interactable instead of the nearest raycast hit.