cancel
Showing results for 
Search instead for 
Did you mean: 

How to simulate a large number of data in oculus platform leaderboard?

chesstar
Explorer
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?
3 REPLIES 3

ashupp
Protege
It would be hard to test this with lots of data because you would need to create may user accounts.  What are you trying to find out in the test?

chesstar
Explorer
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?

chesstar
Explorer
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?