This commit is contained in:
2026-04-20 15:35:15 +05:30
parent dd509800c2
commit 8860a15bdd
7 changed files with 1286 additions and 712 deletions
+2 -1
View File
@@ -62,9 +62,10 @@ public class NetManager : NetworkManager
{
Debug.Log("Client disconnected. Reconnecting...");
StartClient();
yield return new WaitForSeconds(reconnectIntervalSeconds);
}
yield return new WaitForSeconds(reconnectIntervalSeconds);
yield return new WaitForSeconds(1);
}
reconnectCoroutine = null;