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 00684be commit 2551c15Copy full SHA for 2551c15
com.unity.netcode.gameobjects/Runtime/Transports/UTP/UnityTransport.cs
@@ -253,6 +253,12 @@ private void InvalidEndpointError()
253
/// <summary>
254
/// Endpoint (IP address and port) clients will connect to.
255
/// </summary>
256
+ /// <remarks>
257
+ /// If a DNS hostname was set as the address, this will return an invalid endpoint. This
258
+ /// is still handled correctly by NGO, but for this reason usage of this property is
259
+ /// discouraged.
260
+ /// </remarks>
261
+ [Obsolete("Use NetworkEndpoint.Parse on the Address field instead.")]
262
public NetworkEndpoint ServerEndPoint
263
{
264
get
0 commit comments