- Home /
Is there any way to delete the Steamworks leaderboard?
I'm intending to release a game on Steam for which I integrated Steamworks wrapper for C#, link: https://steamworks.github.io/installation/
I know how to create or find a leaderboard because its explained very well in the steamworks documentation but unfortunately I'm unable to find anything related to resetting or deleting a leaderboard. I would really appreciate any kind of help or insight.
Answer by hassanyawar · Jun 12, 2017 at 07:00 AM
Although a little late on posting but I found the answer myself. Once you become the steamworks partner and get your game approved for submitting, you'll be able to edit the leaderboards from 'Edit Steamworks' tab. There you can delete entries from a leaderboard or even a whole leaderboard. So in short there is no function call to delete a leaderboard but you can delete from your steamworks account of the game.
About S$$anonymous$$mworks $$anonymous$$erboard, I found that even after you delete leaderboards from the ad$$anonymous$$ page, you can still find them and access them in code. But then when you add scores you don't get a failure but the score never gets added to the leaderboard. This is very odd ? Is it a bug or just some kind of delayed delete on the s$$anonymous$$m backend ? Anyone experienced that too ?
Your answer
Follow this Question
Related Questions
Where to market my games without API requirements ? 1 Answer
How to work with Steam API? 1 Answer
Authenticate steam user ID to avoid "fraud" 1 Answer
Is Google App Signing required for Leaderboard (via Google Play Services) to work? 0 Answers
PlayFab: Getting player title data with leaderboard? 0 Answers