Forum Discussion

🚨 This forum is archived and read-only. To submit a forum post, please visit our new Developer Forum. 🚨
chesstar's avatar
chesstar
Explorer
10 years ago

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

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

Replies have been turned off for this discussion
  • 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?
  • 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?