Reward Distribution & Leaderboards
Claiming Rewards:
Unity:
G3XManager.Instance.ClaimRewards(playerId);
Web:
g3x.claimRewards(playerId);
Leaderboard API:
Submit and fetch leaderboard data using built-in SDK functions.
Example (Web):
jsSalinEditg3x.getLeaderboard({ gameId: 'yourGameId' }).then(console.log);
Last updated