Documentation

Unity Engine


User Manual

Script Reference

Unity Engine


LoadScores

See Social.LoadScores.
Read time 1 minuteLast updated 12 days ago

Definition

LoadScores(string, Action<IScore[]>)

Warning
Deprecated. ISocialPlatform is deprecated and will be removed in a future release.
void LoadScores(string leaderboardID, Action<IScore[]> callback)

Parameters

leaderboardID


LoadScores(ILeaderboard, Action<bool>)

Warning
Deprecated. ISocialPlatform is deprecated and will be removed in a future release.
void LoadScores(ILeaderboard board, Action<bool> callback)

Parameters