godot-demo-projects/loading/serialization
Hugo Locurcio 1d5184e235
Update most demos for Godot 4.0.beta10 (#782)
2023-01-05 16:50:17 +01:00
..
screenshots Update loading demos for 4.0 (#776) 2022-12-13 16:51:04 +01:00
README.md Update loading demos for 4.0 (#776) 2022-12-13 16:51:04 +01:00
default_env.tres
enemy.gd Update loading demos for 4.0 (#776) 2022-12-13 16:51:04 +01:00
enemy.tscn Update loading demos for 4.0 (#776) 2022-12-13 16:51:04 +01:00
enemy_crab.png Update loading demos for 4.0 (#776) 2022-12-13 16:51:04 +01:00
enemy_crab.png.import Update loading demos for 4.0 (#776) 2022-12-13 16:51:04 +01:00
gui.gd Update loading demos for 4.0 (#776) 2022-12-13 16:51:04 +01:00
icon.png Update loading demos for 4.0 (#776) 2022-12-13 16:51:04 +01:00
icon.png.import Update loading demos for 4.0 (#776) 2022-12-13 16:51:04 +01:00
player.gd Update loading demos for 4.0 (#776) 2022-12-13 16:51:04 +01:00
project.godot Update most demos for Godot 4.0.beta10 (#782) 2023-01-05 16:50:17 +01:00
save_load.tscn Update most demos for Godot 4.0.beta10 (#782) 2023-01-05 16:50:17 +01:00
save_load_config_file.gd Update loading demos for 4.0 (#776) 2022-12-13 16:51:04 +01:00
save_load_json.gd Update loading demos for 4.0 (#776) 2022-12-13 16:51:04 +01:00
sea_turtle.png Update loading demos for 4.0 (#776) 2022-12-13 16:51:04 +01:00
sea_turtle.png.import Update loading demos for 4.0 (#776) 2022-12-13 16:51:04 +01: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: Mobile

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

Screenshots

Screenshot