Fixed end of game trigger on subsequent game. Fixed score not being saved after not entering name.

This commit is contained in:
Max 2025-03-11 08:24:43 +01:00
parent a0ec711c4a
commit 64c08d6459
10 changed files with 395 additions and 108 deletions

View file

@ -78,7 +78,6 @@ namespace Scores
IEnumerator PostScoreToServer(string playerName, int levelId, int score)
{
Debug.Log("Post coroutine started");
string url = _postScoreUrl;
WWWForm form = new WWWForm();
form.AddField("player", playerName);