Unity 2020.1.0f1 + OpenVR/SteamVR + HDRP

Hi!

Is it possible to get OpenVR/SteamVR working with Unity 2020.1.0f1 + HDRP? I’m using the SteamVR Unity Plugin v2.6.0b3. I got it working without the HDRP. With the HDRP enabled the following exception is thrown:

 NullReferenceException: Object reference not set to an instance of an object
Valve.VR.SteamVR_Action_Pose_Source.UpdateValue (System.Boolean skipStateAndEventUpdates) (at Assets/SteamVR/Input/SteamVR_Action_Pose.cs:575)
Valve.VR.SteamVR_Action_Skeleton_Source.UpdateValue (System.Boolean skipStateAndEventUpdates) (at Assets/SteamVR/Input/SteamVR_Action_Skeleton.cs:917)
Valve.VR.SteamVR_Action_Skeleton.UpdateValue (System.Boolean skipStateAndEventUpdates) (at Assets/SteamVR/Input/SteamVR_Action_Skeleton.cs:65)
Valve.VR.SteamVR_Input.UpdateSkeletonActions (System.Boolean skipSendingEvents) (at Assets/SteamVR/Input/SteamVR_Input.cs:355)
Valve.VR.SteamVR_Input.LateUpdate () (at Assets/SteamVR/Input/SteamVR_Input.cs:269)
Valve.VR.SteamVR_Behaviour.LateUpdate () (at Assets/SteamVR/Scripts/SteamVR_Behaviour.cs:238)

The problem is that SteamVR.instance is null. When starting a sample scene SteamVR gets successfully initialized. Then the excpetion is thrown.

Update: XRSettings.enabled is false. That’s why Dispose is called and SteamVR.instance is null.

Did you find a working solution?
I’m stuck with this problem too

same problem. I tried to just set the XRSettings.enabled to true in a sperate sript.
Didnt work. Did anyone fix this?