[에러&경고] 구글 리더보드 목록 25명 넘게 가져오기
Post
원문 보기 →[에러&경고] 구글 리더보드 목록 25명 넘게 가져오기
ILeaderboard lb = PlayGamesPlatform.Instance.CreateLeaderboard(); lb.id = "CgkI1..."; lb.userScope = UserScope.Global; lb.range = new Range(1,10); lb.timeScope = TimeScope.AllTime; lb.LoadScores(scores => { uint all_player = lb.maxRange; int my_rank = lb.localUserScore.rank; decimal percent = (decimal)my_rank / (dec


