Hey all,
I have been experimenting with the GameNetwork highscores and achievements. After a week of play testing on desktop I need to reset the user highscores, achievements, etc. I have tried using the clearAllAtStartup for both the GameNetwork and WebStorage. I noticed that the local values will be removed but the highscores and achievements are not modified.
Is the best practice still to send the GameID as an email for a manual reset of the leaderboard?
Also, in my use case resetting the user by username or deviceId would be ideal. Additionally, I considered using a “testLeaderboard” as the active leaderboard but was not sure if the reset will clear all leaderboard or just those specified.
Thanks,
Derick