Skip to content

Commit b3a8813

Browse files
committed
build Unity.Netcode.Components ourselves instead of getting it from Unity
1 parent 44a39fc commit b3a8813

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

NetcodePatcher/NetcodePatcher.csproj

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -42,9 +42,6 @@
4242
<Reference Include="Unity.Networking.Transport">
4343
<HintPath>$(ProjectDir)../UnityProject/Library/ScriptAssemblies/Unity.Networking.Transport.dll</HintPath>
4444
</Reference>
45-
<Reference Include="Unity.Netcode.Components">
46-
<HintPath>$(ProjectDir)../UnityProject/Library/ScriptAssemblies/Unity.Netcode.Components.dll</HintPath>
47-
</Reference>
4845
<Reference Include="UnityEditor">
4946
<HintPath>$(UnityEditorDir)/Data/Managed/UnityEditor.dll</HintPath>
5047
</Reference>
@@ -61,6 +58,7 @@
6158
<HintPath>$(UnityEditorDir)/Data/Managed/UnityEngine/UnityEngine.TextRenderingModule.dll</HintPath>
6259
</Reference>
6360
<ProjectReference Include="$(ProjectDir)../Unity.Netcode.Runtime/Unity.Netcode.Runtime.csproj"/>
61+
<ProjectReference Include="$(ProjectDir)../Unity.Netcode.Components/Unity.Netcode.Components.csproj"/>
6462
</ItemGroup>
6563

6664
</Project>

0 commit comments

Comments
 (0)