Skip to content

Latest commit

 

History

History
29 lines (22 loc) · 1.83 KB

README.md

File metadata and controls

29 lines (22 loc) · 1.83 KB

DynamicOpenVR

Build Status License Latest Version

Unity scripts to allow dynamic creation of OpenVR actions at runtime. Intended to allow 3rd parties to add actions and bindings to an existing game to extend functionality.

More information coming soon.

Troubleshooting

See the troubleshooting guide.

DynamicOpenVR.BeatSaber

An implementation of DynamicOpenVR as a Beat Saber plugin. Get the latest (unstable!) debug or release build.

Contributing

Guidelines coming soon.

To automatically copy the compiled DLLs into Beat Saber's installation directory, create a file called DynamicOpenVR.BeatSaber.csproj.user next to DynamicOpenVR.BeatSaber\DynamicOpenVR.BeatSaber.csproj and paste in the following:

<?xml version="1.0" encoding="utf-8"?>
<Project xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
  <PropertyGroup>
    <!-- Replace this with the path to your Beat Saber installation -->
    <BeatSaberDir>C:\Program Files (x86)\Steam\steamapps\common\Beat Saber</BeatSaberDir>
  </PropertyGroup>
</Project>