Hugo Locurcio a2557fce51 Add a run-time saving/loading demo project | 1 rok pred | |
---|---|---|
.. | ||
examples | 1 rok pred | |
screenshots | 1 rok pred | |
README.md | 1 rok pred | |
icon.svg | 1 rok pred | |
icon.svg.import | 1 rok pred | |
project.godot | 1 rok pred | |
runtime_save_load.gd | 1 rok pred | |
runtime_save_load.tscn | 1 rok pred |
This project showcases how to load and save various file types without going through Godot's resource importing system.
This is useful to load/save images, sounds, 3D scenes and ZIP archives at run-time such as user-generated content, without requiring users to generate a PCK file through Godot.
Can be loaded and saved at run-time:
Can be loaded at run-time:
[^1]: Manipulating custom binary formats is possible using the FileAccess and PackedByteArray classes, but this is not shown in this demo.
[^2]: It is possible to procedurally generate SVG as text and save it to a file
with .svg
extension using the FileAccess class, but this is not shown in
this demo.
See the Saving and Loading (Serialization) demo for an example of saving/loading game progress.
Language: GDScript
Renderer: Compatibility
examples/3d_scenes/plastic_monobloc_chair_01_1k/
are copyright
Poly Haven
and are licensed under CC0 1.0 Universal.examples/audio/
are copyright Red Eclipse
and are licensed under CC BY-SA 4.0 International.