Save current game status and continue another day

I have not yet started to work with the lobby function but would like to ask what the best strategy would be to use unique player id’s for players.

What i want is that 2 - 4 players should be able to save their current game status and continue another day. How do i do that?

Usually a backend is the way to go. Such as a login. Personally I use PlayFab backend service and I am super pleased. Users gets logged in to Playfab automatically via their steam with none of their Interaction.

But otherwise you could store it on their local machine unless it’s sensitive. But as stated, usually some sort of account system.

1 Like