We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ade6bd9 commit 748c8afCopy full SHA for 748c8af
com.unity.netcode.gameobjects/Editor/HiddenScriptEditor.cs
@@ -1,7 +1,4 @@
1
using Unity.Netcode.Components;
2
-#if UNITY_UNET_PRESENT
3
-using Unity.Netcode.Transports.UNET;
4
-#endif
5
using Unity.Netcode.Transports.UTP;
6
using UnityEditor;
7
using UnityEngine;
@@ -28,6 +25,8 @@ public override void OnInspectorGUI()
28
25
}
29
26
30
27
#if UNITY_UNET_PRESENT
+ using Unity.Netcode.Transports.UNET;
+
31
/// <summary>
32
/// Internal use. Hides the script field for UNetTransport.
33
/// </summary>
0 commit comments