I need an advice on creating leaderboards via cloud code.

Hi, I’m trying to create leaderboards via cloud code, basically when player presses upload button for their content, logic has to create an leaderboard with presented UUID.

I got through basic steps and managed to use simple task that provided in the doc: Get started

The problem is that I have no idea what to do since I have not worked with such comprehensive APIs before.
Like, I created a service account for the secret key, but where I’m suppose put it :smile:

I created auth system, UGC system working fine everyhing is okey and ready to go.

What I need is just an cloud code method sample that can create a simple leaderboard with admin API.

Thanks.

Hey! Check this Cloud Code C# Admin SDKs release announcement . There is an example of how to create a leaderboard.

3 Likes

Thank you.