Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/nicoco007/DynamicOpenVR
Collection of Unity scripts that allow dynamic creation of OpenVR actions at runtime.
https://github.com/nicoco007/DynamicOpenVR
beatsaber openvr openvr-bindings unity unity-scripts
Last synced: 2 days ago
JSON representation
Collection of Unity scripts that allow dynamic creation of OpenVR actions at runtime.
- Host: GitHub
- URL: https://github.com/nicoco007/DynamicOpenVR
- Owner: nicoco007
- License: agpl-3.0
- Created: 2019-10-07T22:09:06.000Z (about 5 years ago)
- Default Branch: main
- Last Pushed: 2023-06-11T01:54:20.000Z (over 1 year ago)
- Last Synced: 2024-10-30T00:04:36.645Z (15 days ago)
- Topics: beatsaber, openvr, openvr-bindings, unity, unity-scripts
- Language: C#
- Homepage:
- Size: 13.7 MB
- Stars: 82
- Watchers: 7
- Forks: 7
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
![DynamicOpenVR Logo](Documentation/Images/dynamicopenvr-logo-wide.png)
[![Build Status](https://img.shields.io/github/actions/workflow/status/nicoco007/DynamicOpenVR/build.yml?style=flat-square)](https://github.com/nicoco007/DynamicOpenVR/actions)
[![Latest Version](https://img.shields.io/github/v/release/nicoco007/DynamicOpenVR?include_prereleases&style=flat-square)](https://github.com/nicoco007/DynamicOpenVR/releases)
[![License](https://img.shields.io/github/license/nicoco007/DynamicOpenVR?style=flat-square)](https://github.com/nicoco007/DynamicOpenVR/blob/master/LICENSE)## What is DynamicOpenVR?
DynamicOpenVR is a set of Unity scripts that enables legacy games to use the new SteamVR action-based input system and allows multiple 3rd party developers to add new action-based inputs and outputs to a game without interfering with each other. It is built to seamlessly integrate with existing games that use either the legacy input system or the new action-based one.
### Why should I care?
DynamicOpenVR makes it easier for developers to add inputs to a game while allowing the user to customize how to trigger those inputs via SteamVR's powerful binding system. This removes the need for an additional layer of configuration and helps avoid hardcoding inputs to specific buttons.
## Installing
Download the latest release from [the releases page](https://github.com/nicoco007/DynamicOpenVR/releases) and extract **the entire contents** of the ZIP file into your Beat Saber folder (for Steam, this is usually `C:\Program Files (x86)\Steam\steamapps\common\Beat Saber`), **overwriting any existing files**.## Troubleshooting
See [the troubleshooting guide](TROUBLESHOOTING.md).## Using DynamicOpenVR in your game/mod
While there are currently no official instructions, you can take a look at the DynamicOpenVR.BeatSaber project in this repository for an implementation of DynamicOpenVR for Beat Saber (which uses the legacy input system, so lots of Unity XR input methods are being patched) and the [Beat Saber Custom Avatars](https://github.com/nicoco007/BeatSaberCustomAvatars) mod which uses finger tracking inputs.## Contributing
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
C:\Program Files (x86)\Steam\steamapps\common\Beat Saber
```