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 2209c0c commit 0a82f03Copy full SHA for 0a82f03
Assets/UnityWebSocket/Scripts/Editor/SettingsWindow.cs
@@ -1,4 +1,4 @@
1
-using UnityEngine;
+using UnityEngine;
2
using UnityEditor;
3
using UnityEngine.Networking;
4
using System.IO;
@@ -164,7 +164,7 @@ void BeginCheck()
164
165
private void VersionCheckUpdate()
166
{
167
-#if UNITY_2021_1_OR_NEWER
+#if UNITY_2020_3_OR_NEWER
168
if (req == null
169
|| req.result == UnityWebRequest.Result.ConnectionError
170
|| req.result == UnityWebRequest.Result.DataProcessingError
0 commit comments