Skip to content

v2.0.1

Latest
Compare
Choose a tag to compare
@SinlessDevil SinlessDevil released this 03 May 15:11
· 1 commit to main since this release

✨ 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

⚠️ Requirements:
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