A downloadable tool for Windows, macOS, Linux, and Android

Download NowName your own price

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 ❀️




Published 8 days ago
StatusReleased
CategoryTool
PlatformsWindows, macOS, Linux, Android
AuthorYaso.Dev

Download

Download NowName your own price

Click download now to get access to the following files:

eyon_saveload.zip 3.6 kB