We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2f454c0 commit bbcd0f4Copy full SHA for bbcd0f4
1 file changed
com.unity.netcode.gameobjects/Runtime/Transports/UTP/UnityTransport.cs
@@ -171,9 +171,6 @@ public bool UseWebSockets
171
set => m_UseWebSockets = value;
172
}
173
174
- /// <summary>
175
- /// Per default the client/server communication will not be encrypted. Select true to enable DTLS for UDP and TLS for Websocket.
176
- /// </summary>
177
[Tooltip("Per default the client/server communication will not be encrypted. Select true to enable DTLS for UDP and TLS for Websocket.")]
178
[SerializeField]
179
private bool m_UseEncryption = false;
0 commit comments