jellewie / Unity-Gnorts

Gnorts an RTS unity game
11 stars 7 forks source link

Save and load function #51

Open jellewie opened 5 years ago

jellewie commented 5 years ago

Still TODO:

Maybe TODO:

jellewie commented 5 years ago

Include things like world settings in the save file,

jellewie commented 5 years ago

TODO:

jellewie commented 5 years ago

Save menu:

[SaveName] Name of save [Save] this will save the current game as SaveName [Load] this will load SaveName (If given) [Delete] this will delete SaveName (If given)

[List] this is a list with all found saves

jellewie commented 5 years ago

Do we need to store the camera position?

jellewie commented 5 years ago

We could also take a screenshot while saving, and use that as a thumbnail?