Search Issue Tracker
Fixed
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
- Editor crash on "PPtr<Shader>::operator Shader*() const" when checking in changes with a very long comment in Unity Version Control window
- [Ubuntu] Toolbar and menu items for Version Control lack spaces in text on Linux
- Unity Version Control window Pending Changes tab’s Item checkbox is unresponsive when clicked and the item list is empty
- Audio stuttering occurs when heavy processing is performed while OnAudioFilterRead is in use
- Inconsistent Node search results in VFX Graph
Resolution Note (fix version 2.4.0):
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.