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
I am trying to use the SteamVR plugin for Unity without an HMD or controllers, but with a Tracker (2018).
I imported the camera rig but disabled the Camera and controllers. I then added an empty GameObject with Steam VR_Tracker Object script attached. See setup below.
When running in the editor, I get an OpenVR error:
[OpenVR] Could not initialize OpenVR. Error code: Init_HmdNotFound
UnityEngine.Debug:LogError (object)
Unity.XR.OpenVR.OpenVRLoader:Initialize () (at Library/PackageCache/com.valvesoftware.unity.openvr@411bd1ecffdc-1614121125000/Runtime/OpenVRLoader.cs:195)
UnityEngine.XR.Management.XRGeneralSettings:AttemptInitializeXRSDKOnLoad () (at Library/PackageCache/com.unity.xr.management@4.0.7/Runtime/XRGeneralSettings.cs:148)
I set requireHMD to false in Steam\config\steamvr.vrsettings so I was hoping it would continue when it failed to find an HMD.