heroiclabs / nakama-unity

Unity client for Nakama server.
https://heroiclabs.com/docs/unity-client-guide
Other
407 stars 75 forks source link

Use database and redis #160

Closed Mehrdadgame closed 11 months ago

Mehrdadgame commented 11 months ago

I want to create a game with a database that contains various download links for songs. Each player downloads a song, plays it, and earns a score. However, we want to have a leaderboard for each song. I was thinking of doing this with Redis. Is there a solution to achieve this without using Redis because there are many songs? Another point is that I have a database containing the songs. How can I transfer them to the game database?"

@mofirouz

lugehorsam commented 11 months ago

Hi @Mehrdadgame this is not a technical issue with the Nakama Unity SDK. Please take this question to our forums: https://forum.heroiclabs.com/

Mehrdadgame commented 11 months ago

https://forum.heroiclabs.com/t/use-database-and-redis/4367