You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When running in a simple scene (camera + hands with TrackedPoseDrivers) with only the OpenVR Loader checked, Initialize XR on Startup checked, XR fails to initialize. Using the debugger, in line 206 of OpenVRLoader, I can see that displaySubsystem and inputSubsystem are null. Not sure if relevant, but s_DisplaySubsystemDescriptors has a length of zero before CreateSubsystem is run at line 189.
This doesn't always happen, just randomly stops working sometimes. Affects every project I have. Using Unity 2020.3f3. Note that I do have the SteamVR library imported to make use of SteamVR's input, so that may be affecting it.
EDIT: Digging in, looks like line 109 of XRLoaderHelper from the XR Management package retrieves descriptors of display systems. I have a Rift CV1 plugged in, and it only returns "oculus display", when the method is searching for "OpenVR Display". This has previously worked without change to the code, so not sure what is going wrong there.
The text was updated successfully, but these errors were encountered:
When running in a simple scene (camera + hands with TrackedPoseDrivers) with only the OpenVR Loader checked, Initialize XR on Startup checked, XR fails to initialize. Using the debugger, in line 206 of
OpenVRLoader
, I can see thatdisplaySubsystem
andinputSubsystem
are null. Not sure if relevant, buts_DisplaySubsystemDescriptors
has a length of zero beforeCreateSubsystem
is run at line 189.This doesn't always happen, just randomly stops working sometimes. Affects every project I have. Using Unity 2020.3f3. Note that I do have the SteamVR library imported to make use of SteamVR's input, so that may be affecting it.
EDIT: Digging in, looks like line 109 of
XRLoaderHelper
from the XR Management package retrieves descriptors of display systems. I have a Rift CV1 plugged in, and it only returns "oculus display", when the method is searching for "OpenVR Display". This has previously worked without change to the code, so not sure what is going wrong there.The text was updated successfully, but these errors were encountered: