Skip to content

Commit 1e75ba1

Browse files
fix
Wrapping reference to namespace that only exists when in unified mode.
1 parent 038b157 commit 1e75ba1

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

com.unity.netcode.gameobjects/Runtime/Core/NetworkManager.cs

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,9 @@
88
#endif
99
using Unity.Netcode.Components;
1010
using Unity.Netcode.Runtime;
11+
#if UNIFIED_NETCOE
1112
using Unity.Netcode.Unified;
13+
#endif
1214
using UnityEngine;
1315
#if UNITY_EDITOR
1416
using UnityEditor;

0 commit comments

Comments
 (0)