Jump to content

STEAMVR 2.3 or below should be used.


PlushVive

Recommended Posts

'SetOverlayAutoCurveDistanceRangeInMeters' method has been long broken and was removed in recent steamVR plugins. 

https://steamcommunity.com/app/358720/discussions/0/1642045003593829934/

 

Referring to this article, it seems SRWorks_Experience is valid until SteamVR 2.3, and broken after any updates later than August.

From then on, the 'SetOverlayAutoCurveDistanceRangeInMeters' is completely removed from the SteamVR script and any SRWorks script that tries to access this will throw errors.

Quote

Assets\ViveSR_Experience\Chaperone\Scripts\ViveSR_Experience_Overlay.cs(137,29): error CS1061: 'CVROverlay' does not contain a definition for 'SetOverlayAutoCurveDistanceRangeInMeters' and no accessible extension method 'SetOverlayAutoCurveDistanceRangeInMeters' accepting a first argument of type 'CVROverlay' could be found (are you missing a using directive or an assembly reference?)

 

Be sure to select the appropriate version of SteamVR plugin from the link to run your ViveSR_Experience script.

https://github.com/ValveSoftware/steamvr_unity_plugin/releases

@Jad @Daniel_Y

Link to comment
Share on other sites

  • 4 weeks later...

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
×
×
  • Create New...