Skip to content

R3dstoneMaster11/DynamicOpenVR

 
 

Repository files navigation

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>

About

Unity scripts to allow dynamic registration of OpenVR actions

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • C# 100.0%