Skip to main content

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

Danial Jumagaliyev

970
Posts
1
Topics
393
Followers
69
Following
A member registered Jan 27, 2019 · View creator page →

Creator of

Recent community posts

Here's an example usage:

https://github.com/danqzq/unity-leaderboard-creator#displaying-entries-in-a-list

Hey there, Silver Fang, every function has an optional callback which will return the error message whenever an error occurs, please see the documentation:

https://github.com/danqzq/unity-leaderboard-creator

Hey, could you show me how you're attempting to use the IsMine method?

Hey Silver Fang!

You could still use V2, the process to switch over to V3 will not be complicated

(1 edit)

This will be fixed soon!

Edit: this has been resolved.

Sorry, the servers experience crashes sometimes, but I am working on fixing this!

Sorry, the servers experience crashes sometimes, which is probably why the leaderboards return a status of not found, but I am working on fixing this!

Advanced Leaderboards have been moved to Leaderboard Creator V3, now available in early access:

https://danqzq.itch.io/leaderboard-creator-v3

Hey SurocIsMe!

Is the score over 99? It's important to mention that if the score is above 99, it won't be changed. However, this would work the other way around, if the "Ascending Order" toggle is turned on.

Hey guys, sorry for the late response.

Advanced Leaderboards have been moved to Leaderboard Creator V3, now available in early access:

https://danqzq.itch.io/leaderboard-creator-v3

Sorry guys, the servers experience crashes sometimes.

💝

https://discord.com/invite/t6dpFYw3nU

Hello!

Yes you are permitted.

Hey SurocIsMe!

Please familiarize yourself with how the leaderboard entries work:

https://github.com/danqzq/unity-leaderboard-creator?tab=readme-ov-file#uploading...

Hello Shadownildo!

Yes you can!

Hey Santos!

Due to a new browser policy copying to clipboard became broken on some browsers and I am working on fixing it (there may not be a way to fix this 💀). As a temporary workaround, I made the keys appear on top of the Unity view, so you will be able to copy the keys from there for now. The keys are alternatively printed in the developer console, so you can copy them from there.

Hey ip7_i!

Due to a new browser policy copying to clipboard became broken on some browsers and I am working on fixing it. As a temporary workaround, I made the keys appear on top of the Unity view, so you will be able to copy the keys from there for now. The keys are alternatively printed in the developer console, so you can copy them from there.

Hello snon200!

You may only create leaderboards manually through the tool.

Hello BestStadio!

It it important that you save your leaderboards' secret keys because they are only stored in the browser's cache upon creation, and could be deleted when you erase your browser's data.

(1 edit)

Hey geoffc!

For now, it's a SaaS API.

It might be because your leaderboard is set to sort in ascending order, meaning the lowest score will be saved if you submit a higher score.

Hey dambotron!

Unfortunately to your case, the score is and should be a positive number, but all you need to do on your end is offset the resulting scores by subtracting them.

Hello SaraCastro132!

This is a global issue, and I assure you I am working on fixing this.

Hey F-AR!

Please see the documentation guide here:

https://github.com/danqzq/unity-leaderboard-creator?tab=readme-ov-file#uploading...

Hey Costiklev!

Please see the documentation guide here:

https://github.com/danqzq/unity-leaderboard-creator?tab=readme-ov-file#display-e...

Hey SaraCastro132!

Yes, it should work for all platforms!

Hey Galaware Consulting LLC!

Currently the servers are facing some hiccups that I'm working on fixing. Sorry for the inconveniences.

Hey ManamanTR!

This is something that's going to be implemented in the next update!

Hey colecantcode!

I am pretty sure you might be calling some function recursively by accident. Regardless, I can take a look at it if you provide your code to me via Discord (@danqzq).

Should be up right now!

Hello DenyGamez!

They should be working, but due to so many leaderboards being maintained at once it's hard for it to keep up. I am trying my best to keep it running with as less downtime as possible.

Hey gamershousestudio!

Due to a new browser policy copying to clipboard became broken on some browsers and I am working on fixing it. As a temporary workaround, I made the keys appear on top of the Unity view, so you will be able to copy the keys from there for now. The keys are alternatively printed in the developer console, so you can copy them from there.

Poor Laurier..

Due to a new browser policy copying to clipboard became broken on some browsers and I am working on fixing it. As a temporary workaround, I made the keys appear on top of the Unity view, so you will be able to copy the keys from there for now. The keys are alternatively printed in the developer console, so you can copy them from there.

Not sure, what happened, but I am working on investigating the issue.

Hey, it should be up and running!

Hello T- cius!

Make sure your Authorization Save Mode isn't set to Unhandled in the settings window of the tool.

Hello 5kr1mp!

Please refer to the FAQ which goes over why this is happening:

https://github.com/danqzq/unity-leaderboard-creator/blob/main/README.md#my-leade...

Hey Gitanerie!

No problem! Yes, just call UploadNewEntry with the new username. That will update the username for the entry and retain the high score.