This version of Unity is unsupported.

ISocialPlatform.LoadScores

public void LoadScores(string leaderboardID, Action<IScore[]> callback);
public void LoadScores(SocialPlatforms.ILeaderboard board, Action<bool> callback);

Description

See Social.LoadScores.