This project is amazing but it is out of date and is missing a bunch of new features in OpenVR. This issue is for some collab on getting it updated to the most recent version of OpenVR.
I have dropped in openvr_api.cs 1.16.8 and new features work with some minor modifications:
These props/methods don't seem to exist with current arguments:
Overlay.GetHighQualityOverlay/Overlay.SetHighQualityOverlay
Overlay.GetOverlayRenderModel/Overlay.SetOverlayRenderModel
VROverlayFlags.Curved
I tested the VRInput system and can get user input:
OpenVR.Input.SetActionManifestPath(Application.dataPath + "/StreamingAssets/actions.json"); etc
This project is amazing but it is out of date and is missing a bunch of new features in OpenVR. This issue is for some collab on getting it updated to the most recent version of OpenVR.
I have dropped in
openvr_api.cs1.16.8 and new features work with some minor modifications:These props/methods don't seem to exist with current arguments:
Overlay.GetHighQualityOverlay/Overlay.SetHighQualityOverlayOverlay.GetOverlayRenderModel/Overlay.SetOverlayRenderModelVROverlayFlags.CurvedI tested the VRInput system and can get user input:
OpenVR.Input.SetActionManifestPath(Application.dataPath + "/StreamingAssets/actions.json");etc