[에러&경고] 구글 리더보드 목록 25명 넘게 가져오기

개발자 SPRING|2019년 8월 7일
Posts

[에러&경고] 구글 리더보드 목록 25명 넘게 가져오기

개발자 SPRING|2019년 8월 7일

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