Hello,
I’m trying to create a game in which the player moves objects, closes the game, then another player can open the game and see the altered objects, and continue to move the objects…
Do I need a server? SQL?
Where should I start? a bit lost!
Thanks!!
If you mean another play on another device , then you need a server to handle the savegame data. and the syncing.
If you just mean offline, then you can use the playerprefs or a simple file to save the state of what is important in your scene.
Thanks fffMalzbier!
Is there a more convenient server I should start with? I’m new to server-connected games…
Best