✨ Features:
🧠 Strategy-based architecture — easy to swap save methods
💾 Supports multiple formats:
PlayerPrefs (via Odin serialization)
JSON file (human-readable)
XML file (compatible with standard tools)
🧰 Editor Tools:
Odin-powered custom editor window
View and decode saved data in real time
Delete individual entries
View save locations per method
📥 To import:
Download the attached .unitypackage
In Unity:
Assets > Import Package > Custom Package...
Select the file and import all
Odin Inspector
Zenject
⚙️ Setup Instructions:
Bind your save method strategy in Zenject installer
Use saveLoadFacade.Save(...) and saveLoadFacade.Load(...) in runtime
Open the editor window via Tools > Save System