Skip to main content

Indie game storeFree gamesFun gamesHorror games
Game developmentAssetsComics
SalesBundles
Jobs
TagsGame Engines

SurocIsMe

2
Posts
A member registered Feb 01, 2020

Recent community posts

I can't get the score to update, the username does update normally. Even if I hard code values like this:

public void UploadEntry(string username, int score) {            Leaderboards.FlappyBirdClone.UploadNewEntry("asdasd", 99, isSuccessful => { if (isSuccessful) { Debug.Log(score);
 GetLeaderboard(); } });
}

my username becomes asdasd but score does not become 99

Hello, I really enjoy using your tool. I want to report that it doesn't allow me to upload scores any more. If I upload an entry (username + score), only the username gets uploaded and has a static variable score of 99 for some reason.