Hello!
I’m working on a turn-based multiplayer game and I’m looking for a way for one player to make a move, then stop the game on their device, and later another player can open the game on their device and see the changes made by the previous player.
I was thinking of using Cloud Save
(from Unity Gaming Services
) but I could not find a way to share the data saved by one player to other players.
So I’m open to any suggestions.