Added some debug logs.

This commit is contained in:
2026-02-02 19:29:49 +02:00
parent f81bc2f7fd
commit 1885b1fbe8
2 changed files with 4 additions and 0 deletions

View File

@@ -81,6 +81,7 @@ public class NetworkMenuUI : MonoBehaviour
}
private void OnStartPlaying()
{
Debug.Log("START PRESSED");
statusText.text = "Starting host...";
StartCoroutine(HostAndSearchRoutine());
}