Fixed end of game trigger on subsequent game. Fixed score not being saved after not entering name.
This commit is contained in:
parent
a0ec711c4a
commit
64c08d6459
10 changed files with 395 additions and 108 deletions
|
|
@ -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);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue