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 4f0e2ca commit 4cc0bebCopy full SHA for 4cc0beb
com.unity.netcode.gameobjects/Editor/HiddenScriptEditor.cs
@@ -75,7 +75,6 @@ private void Initialize()
75
76
m_ServerAddressProperty = connectionDataProperty.FindPropertyRelative(nameof(UnityTransport.ConnectionAddressData.Address));
77
m_ServerPortProperty = connectionDataProperty.FindPropertyRelative(nameof(UnityTransport.ConnectionAddressData.Port));
78
- connectionDataProperty.FindPropertyRelative(nameof(UnityTransport.ConnectionAddressData.ServerListenAddress));
79
}
80
81
/// <summary>
0 commit comments