Search Issue Tracker
Fixed in 2.4.0
Votes
1
Found in [Package]
2.3.0
2.3.1
Issue ID
XRIT-63
Regression
No
[XRIT] Hovering or selecting objects in Play Mode is not working when "XRInteractionManager" is instantiated dynamically
Steps to reproduce:
1. Open the attached user's project "OpenXrInstantiateTest.zip"
2. Launch Oculus Link with Quest 2 device
3. Enter Play Mode
4. Observe that hovering or selecting Objects does not work
5. Enable the "Complete XR Origin Set Up" Object
6. Disable the "XROriginInstantiator"
7. Enter Play Mode again and observe hovering or selecting Objects works
Expected results: "XRInteractionManager" Objects are removed from prefabs so that they can be instantiated at runtime and no conflicts are caused
Actual Results: Hovering or selecting objects in Play Mode is not working when "XRInteractionManager" is instantiated dynamically
Reproducible: XRIT 2.3.0 (2020.3.46f1, 2021.3.21f1, 2022.2.12f1, 2023.1.0b8, 2023.2.0a7)
Environment: Windows 10 22H2
Notes:
-A workaround is to remove the "XRInteractionManager" from prefabs so that it's possible to instantiate it at runtime and no conflicts of multiple "XRInteractionManager" happens
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
- “FMOD failed to set the software format to the custom sample rate…” warnings are thrown as System Sample Rate value is being changed in Audio section of Project Settings window
- VFX Marquee selection does match the visual indicator
- “Invalid AABB aabb” errors are spammed when “Infinity” value is entered in Collider Component fields
- Editor Role does not sync with the MPPM Play Mode Scenario Role when entering Play mode
- Long asset names cause overlap with the “Find” function in search result tabs
Resolution Note:
Fixed an issue where interactors and interactables could use a different default XR Interaction Manager reference, such as after instantiating a prefab that contains an XR Interaction Manager into a scene with interactables that previously created a default manager instance.