question

adnannazir2012 avatar image
adnannazir2012 asked

Create dummy users and leaderboard

Hi,

I wanted to know about is there a way I can add users scores in the leaderboard through the dashboard?
It seems to be possible, as I can add users and fill all their details. How can I add score of every user ?
I wanted to have a dummy leaderboard if not many people are logged when game is new.

unity3dLeaderboards and Statistics
10 |1200

Up to 2 attachments (including images) can be used with a maximum of 512.0 KiB each and 1.0 MiB total.

1 Answer

·
brendan avatar image
brendan answered

You could create a segment of all the user profiles you want to have a statistic on, and then create a Scheduled Task that you run once (manually) that runs a Cloud Script for every player in that segment, and in the Cloud Script, write a value (random or otherwise) to the statistic for the player.

10 |1200

Up to 2 attachments (including images) can be used with a maximum of 512.0 KiB each and 1.0 MiB total.

Write an Answer

Hint: Notify or tag a user in this post by typing @username.

Up to 2 attachments (including images) can be used with a maximum of 512.0 KiB each and 1.0 MiB total.