godot-demo-projects/loading/serialization
Aaron Franke 8a0824a948
Add links to the Asset Library after release 3.2-5c154da
Also expand the CODEOWNERS file
2021-03-12 00:32:11 -05:00
..
screenshots Move Saving and Loading demo to Loading category 2020-12-28 14:00:04 -06:00
README.md Add links to the Asset Library after release 3.2-5c154da 2021-03-12 00:32:11 -05:00
default_env.tres Move Saving and Loading demo to Loading category 2020-12-28 14:00:04 -06:00
enemy.gd Move Saving and Loading demo to Loading category 2020-12-28 14:00:04 -06:00
enemy.tscn Move Saving and Loading demo to Loading category 2020-12-28 14:00:04 -06:00
gui.gd Move Saving and Loading demo to Loading category 2020-12-28 14:00:04 -06:00
icon.png Move Saving and Loading demo to Loading category 2020-12-28 14:00:04 -06:00
icon.png.import Move Saving and Loading demo to Loading category 2020-12-28 14:00:04 -06:00
player.gd Move Saving and Loading demo to Loading category 2020-12-28 14:00:04 -06:00
project.godot Move Saving and Loading demo to Loading category 2020-12-28 14:00:04 -06:00
save_load.tscn Move Saving and Loading demo to Loading category 2020-12-28 14:00:04 -06:00
save_load_config_file.gd Move Saving and Loading demo to Loading category 2020-12-28 14:00:04 -06:00
save_load_json.gd Move Saving and Loading demo to Loading category 2020-12-28 14:00:04 -06:00

README.md

Saving and Loading (Serialization)

This demo showcases how to save a simple game with each serialization format supported by Godot:

  • ConfigFile
  • JSON

More formats may be added in the future.

For more information, see this documentation article: https://docs.godotengine.org/en/latest/tutorials/io/saving_games.html

Language: GDScript

Renderer: GLES 2

Check out this demo on the asset library: https://godotengine.org/asset-library/asset/891

Screenshots

Screenshot