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 c48d446 commit 78c1d4cCopy full SHA for 78c1d4c
com.unity.netcode.gameobjects/Runtime/Transports/UTP/UnityTransport.cs
@@ -823,10 +823,8 @@ private bool ParseCommandLineOptions(out int port)
823
{
824
#if UNITY_SERVER && UNITY_DEDICATED_SERVER_ARGUMENTS_PRESENT
825
826
- Debug.Log("UNITY_DEDICATED_SERVER_ARGUMENTS_PRESENT");
827
if (UnityEngine.DedicatedServer.Arguments.Port != null)
828
829
- Debug.Log("UnityEngine.DedicatedServer.Arguments.Port is not null");
830
port = UnityEngine.DedicatedServer.Arguments.Port.Value;
831
return true;
832
}
0 commit comments