Aaron Franke 520b4a7870 Improve style in many demos (#1263) há 2 meses atrás
..
screenshots 095beddcb9 Update loading demos for 4.0 (#776) há 3 anos atrás
README.md a0f59648f2 GitHub Actions: Check URLs using lychee (#1169) há 2 meses atrás
enemy.gd bac1e69164 Use static typing in all demos (#1063) há 1 ano atrás
enemy.gd.uid 14fcc0e133 Update all demo projects for Godot 4.5 and use path-deterministic UIDs (#1258) há 2 meses atrás
enemy.tscn 14fcc0e133 Update all demo projects for Godot 4.5 and use path-deterministic UIDs (#1258) há 2 meses atrás
enemy_crab.png 095beddcb9 Update loading demos for 4.0 (#776) há 3 anos atrás
enemy_crab.png.import 14fcc0e133 Update all demo projects for Godot 4.5 and use path-deterministic UIDs (#1258) há 2 meses atrás
gui.gd bac1e69164 Use static typing in all demos (#1063) há 1 ano atrás
gui.gd.uid 14fcc0e133 Update all demo projects for Godot 4.5 and use path-deterministic UIDs (#1258) há 2 meses atrás
icon.webp 63d1cd9a60 Use 128×128 WebP icons for all demos (#885) há 2 anos atrás
icon.webp.import 14fcc0e133 Update all demo projects for Godot 4.5 and use path-deterministic UIDs (#1258) há 2 meses atrás
player.gd 520b4a7870 Improve style in many demos (#1263) há 2 meses atrás
player.gd.uid 14fcc0e133 Update all demo projects for Godot 4.5 and use path-deterministic UIDs (#1258) há 2 meses atrás
project.godot 14fcc0e133 Update all demo projects for Godot 4.5 and use path-deterministic UIDs (#1258) há 2 meses atrás
save_load.tscn 14fcc0e133 Update all demo projects for Godot 4.5 and use path-deterministic UIDs (#1258) há 2 meses atrás
save_load_config_file.gd 0343cedd48 General proofreading (#1262) há 2 meses atrás
save_load_config_file.gd.uid 14fcc0e133 Update all demo projects for Godot 4.5 and use path-deterministic UIDs (#1258) há 2 meses atrás
save_load_json.gd 0343cedd48 General proofreading (#1262) há 2 meses atrás
save_load_json.gd.uid 14fcc0e133 Update all demo projects for Godot 4.5 and use path-deterministic UIDs (#1258) há 2 meses atrás
sea_turtle.png 095beddcb9 Update loading demos for 4.0 (#776) há 3 anos atrás
sea_turtle.png.import 14fcc0e133 Update all demo projects for Godot 4.5 and use path-deterministic UIDs (#1258) há 2 meses atrás

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 Saving games in the documentation.

See the Run-time File Saving and Loading demo for an example of loading various file types in an exported project without needing to import them.

Language: GDScript

Renderer: Compatibility

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

Screenshots

Screenshot