Hi Unity Developers,
We are introducing an update to UnityTLS, which both Transport and UnityWebRequest depend on, to ensure a more secure networking experience. This update will remove support for the deprecated TLS 1.0 and TLS 1.1 protocols, which are no longer considered secure.
Unity Versions:
This change applies to the next Unity 2021LTS, 2022LTS, and Unity 6 versions as well as all future versions.
What’s Changing:
The minimum supported version of TLS in UnityTLS will be 1.2. The changes will not impact the surface API.
Who Is Affected:
Most users will not be impacted as TLS 1.0 and TLS 1.1 have been deprecated for years.
If you are connecting to servers that only support TLS 1.0 or TLS 1.1, this will be a breaking change as the client will no longer be able to connect to the server.
What to do:
The changes do not impact the surface API so there is no action needed for your Unity client.