Skip to content

Commit 88ffc31

Browse files
committed
Fix references
1 parent 749e4bf commit 88ffc31

File tree

3 files changed

+6
-4
lines changed

3 files changed

+6
-4
lines changed

DynamicOpenVR.BeatSaber/DynamicOpenVR.BeatSaber.csproj

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -60,8 +60,9 @@
6060
<Reference Include="UnityEngine.CoreModule">
6161
<HintPath>..\Libraries\UnityEngine.CoreModule.dll</HintPath>
6262
</Reference>
63-
<Reference Include="UnityEngine.VRModule">
64-
<HintPath>..\..\CustomAvatarsPlugin\Libraries\UnityEngine.VRModule.dll</HintPath>
63+
<Reference Include="UnityEngine.VRModule, Version=0.0.0.0, Culture=neutral, processorArchitecture=MSIL">
64+
<SpecificVersion>False</SpecificVersion>
65+
<HintPath>..\Libraries\UnityEngine.VRModule.dll</HintPath>
6566
</Reference>
6667
<Reference Include="UnityEngine.XRModule">
6768
<HintPath>..\Libraries\UnityEngine.XRModule.dll</HintPath>

DynamicOpenVR/DynamicOpenVR.csproj

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -49,9 +49,10 @@
4949
<HintPath>..\Libraries\UnityEngine.CoreModule.dll</HintPath>
5050
</Reference>
5151
<Reference Include="UnityEngine.VRModule">
52-
<HintPath>..\..\CustomAvatarsPlugin\Libraries\UnityEngine.VRModule.dll</HintPath>
52+
<HintPath>..\Libraries\UnityEngine.VRModule.dll</HintPath>
5353
</Reference>
54-
<Reference Include="UnityEngine.XRModule">
54+
<Reference Include="UnityEngine.XRModule, Version=0.0.0.0, Culture=neutral, processorArchitecture=MSIL">
55+
<SpecificVersion>False</SpecificVersion>
5556
<HintPath>..\Libraries\UnityEngine.XRModule.dll</HintPath>
5657
</Reference>
5758
</ItemGroup>

Libraries/UnityEngine.VRModule.dll

28 KB
Binary file not shown.

0 commit comments

Comments
 (0)