openvr
openvr copied to clipboard
OpenVR c# doesnt work.
When I try these instructions, it works and compiles but when I run the application it says it couldn't find openvr_api.dll (I made sure to copy to output directory). I also tried putting openvr_api.dll in the project folder but it says it couldn't find assembly manifest. Also when I view the compiled assembly in a dependency viewer openvr_api is not found.
Originally posted by @jppboi in https://github.com/ValveSoftware/openvr/issues/316#issuecomment-1015079272
Hiya, it sounds like you may benefit from this git submodule https://github.com/BOLL7708/EasyOpenVR You may also be interested in boll's other projects as he does a lot in C# with SteamVR. https://github.com/BOLL7708