Hello everyone: Recently,I use the platform sdk to show player the leaderboard.However,I don't know how to test this function with a large number of data?Has someone know how to simulate this?
I want to test my full leaderboards function at retail include get data,get next page data etc.And I found the platform sdk awlways block my main thread.As a result,this is not a good experience for user.Do you have some suggestions?
I used the LeaderboardEntry.User.ImgUrl to get user's image.However,it show me null.I only used the Users.Get() to get user to get user image.I think this is a problem.Would you will fix this?