title: How to Save and Load in Godot
sources: https://www.youtube.com/watch?v=uyDBV3jLLJc
media_link: https://www.youtube.com/watch?v=uyDBV3jLLJc
Authors:
- "[[Thomas Yanuziello]]"
contentPublished:
noteCreated: 2024-11-10
description: Create a script inheriting from resource.Put any variables you want in the script, but only use built-in types.Only variables with the export tag will be sav...
tags:
- clippings
- video
takeaways:
publish: true
subjects:
- "[[Godot|Godot]]"
Status: INTERESTINGCreate a script inheriting from resource.Put any variables you want in the script, but only use built-in types.Only variables with the export tag will be sav...