This commit is contained in:
2023-06-12 13:05:47 +02:00
parent 13642384a2
commit 89a7c0b91b
13 changed files with 110 additions and 121 deletions

View File

@@ -28,7 +28,7 @@ public class ControllerHandler : MonoBehaviour
Debug.Log("not connected");
}
yield return new WaitForSeconds(5f); //check every 5 seconds
yield return new WaitForSecondsRealtime(5f); //check every 5 seconds
}
}