Skip to content

Commit

Permalink
Remove DynamicOpenVR
Browse files Browse the repository at this point in the history
  • Loading branch information
nicoco007 committed Nov 12, 2023
1 parent f444926 commit 84db053
Show file tree
Hide file tree
Showing 8 changed files with 8,376 additions and 597 deletions.
1 change: 1 addition & 0 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,7 @@ jobs:
with:
manifest: ${{ github.workspace }}\Source\CustomAvatar\manifest.json
path: ${{ runner.temp }}\BeatSaberBindings
additional-dependencies: '{ "Unity.XR.Hands": "^1.1.0" }'

- name: Add NuGet source
run: dotnet nuget update source "nicoco007 GitHub Packages" --username ${{ github.actor }} --password ${{ secrets.GITHUB_TOKEN }} --store-password-in-clear-text
Expand Down
5 changes: 1 addition & 4 deletions Source/CustomAvatar/CustomAvatar.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,7 @@
<Platforms>x64</Platforms>
<LangVersion>11</LangVersion>
<Nullable>disable</Nullable>
<DefineConstants>$(DefineConstants);UNITY_5_3_OR_NEWER</DefineConstants>
</PropertyGroup>
<PropertyGroup Condition="$(Configuration) == 'Release'">
<DebugType>none</DebugType>
Expand Down Expand Up @@ -47,10 +48,6 @@
<Private>false</Private>
<Aliases>BeatSaberDynamicBone</Aliases>
</Reference>
<Reference Include="DynamicOpenVR">
<HintPath>$(BeatSaberDir)\Libs\DynamicOpenVR.dll</HintPath>
<Private>false</Private>
</Reference>
<Reference Include="FinalIK" Publicize="true">
<HintPath>$(BeatSaberDir)\Beat Saber_Data\Managed\FinalIK.dll</HintPath>
<Private>false</Private>
Expand Down
353 changes: 0 additions & 353 deletions Source/CustomAvatar/Tracking/OpenVR/OpenVRDeviceProvider.cs

This file was deleted.

Loading

0 comments on commit 84db053

Please sign in to comment.