Hi, I am upgrading a VR game to the latest XR components:
From:
“com.unity.xr.interaction.toolkit”: “2.5.2”,
“com.unity.xr.management”: “4.4.0”,
“com.unity.xr.oculus”: “4.1.1”,
To:
“com.unity.xr.interaction.toolkit”: “2.5.4”,
“com.unity.xr.management”: “4.4.1”,
“com.unity.xr.oculus”: “4.1.2”,
Once upgraded, I noticed that the editor started freezing when Play mode is existed. No crash, freezing without any exceptions or editor.log entries. Downgraded, same thing. The game runs normally, all good, but on exist Play mode the editor freezes every time.
The freeze occurs only if played on the VR device via Oculus Link. If Oculus Link is not active, the editor is not freezing.
What would be the way forward to check what is the root cause?
Thanks!