Save/Load Addon for Godot
A downloadable tool for Windows, macOS, Linux, and Android
Save/Load Addon for Godot 4
Eyon is a lightweight and beginner-friendly addon for the Godot 4 engine.
This tool allows you to easily save and load game data using simple, static GDScript functions.
π Features
β’ Save game data to a .save file
β’ Load data anytime during gameplay
β’ Delete save file when needed
β’ No need to instance anything — just call static functions!
β’ Comes with documentation in both English and Arabic
β How to Use
πΈ Save Data
gdscript______________________________________________
SaveLoad.save_data({ "score": 100, "level": 2 })
πΈ Load Data
gdscript______________________________________________
var data = SaveLoad.load_data() print(data.get("score", 0))
πΈ Delete Save File
gdscript______________________________________________
SaveLoad.delete_save()
π§ Installation Steps
Unzip the downloaded file.
Copy the folder addons/eyon into your Godot 4 project.
In Godot, go to Project > Project Settings > Plugins and enable the Eyon plugin.
π¬ Languages
β’ π¬π§ English
β’ πΈπ¦ Arabic (included as README_AR.txt)
πΈ Pricing
This addon is available for a symbolic price to support development.
Feel free to pay more if you find it useful β€οΈ
Download
Click download now to get access to the following files: