New tutorial added.
Save and Load Game in Godot.
Games are not a product anymore and they are a service now. This is mostly true for mobile games. Here I present a way to version your save games. Our games are constantly changing and what if we want to add a new data into the save data. What happens if an old player which has some valuable data. We can't lose it. The new method reduces the heavy lifting for us and all we need to call the methods and convert old format to new format if required.
Read the tutorial here:
http://codetuto.com/2017/08/save-load-game-godot-engine/