Oculus Leaderboards

Hi. I have a racing game for the Quest 2 with 150 races and 30 cars. Currently I have set up 150 leaderboards (1 for each race). I am storing the player name and time and in the extra data I am storing the car ID.

The Oculus leaderboard system doesn’t allow me to store more than 1 entry per user in each of the races, but I am looking for a way to show the fastest times per race per car type. In this scenario it looks like I would need to create 4500 leaderboards, (150 races X 30 cars).

Is there a better solution to this?

Cheers

1 Like

you can use a custom solution from Unity cloud services, or Microsoft’s Playfab or even google firebase & firestore.
Not sure which one would suit you best, but I hope they help you.

I read about Oculus leaderboards in the past and I believe you’re right, there is one leaderboard per permutation of parameters.

Thank you

1 Like