@@ -45,6 +45,34 @@ A modular, extensible and editor-friendly Save System for Unity, supporting mult
4545
4646---
4747
48+ ## 📷 Screenshots
49+
50+ | Save Example | Switch Method Example |
51+ | --------------| ------------------------|
52+ | ![ Code1] ( https://github.com/SinlessDevil/Save_System/blob/main/Images/Exampl_Code_Use_1.png ) | ![ Code2] ( https://github.com/SinlessDevil/Save_System/blob/main/Images/Exampl_Code_Use_2.png ) |
53+
54+ | PlayerPrefs | JSON | XML |
55+ | -------------| ------| -----|
56+ | ![ Prefs] ( https://github.com/SinlessDevil/Save_System/blob/main/Images/Tools_1_Prefs.png ) | ![ Json] ( https://github.com/SinlessDevil/Save_System/blob/main/Images/Tools_1_Json.png ) | ![ Xml] ( https://github.com/SinlessDevil/Save_System/blob/main/Images/Tools_1_xml.png ) |
57+
58+ ---
59+
60+ ## 🧩 Save Config Export Tool
61+
62+ A flexible Unity editor tool for saving and loading ` ScriptableObject ` data (e.g., level balances, configs) to and from JSON files.
63+
64+ - Export/import any ScriptableObject
65+ - Auto-generated file naming with timestamp
66+ - Load and overwrite previous saves
67+ - Built-in file management (delete, refresh)
68+ - Odin-based polished UI
69+
70+ | Save New File | Load / Overwrite |
71+ | ---------------| ------------------|
72+ | ![ SaveConfig1] ( https://github.com/SinlessDevil/SaveSystemToolkit/blob/main/Images/SaveConfig_1.png ) | ![ SaveConfig2] ( https://github.com/SinlessDevil/SaveSystemToolkit/blob/main/Images/SaveConfig_2.png ) |
73+
74+ ---
75+
4876## 🛠 Tech Stack
4977- Unity 2022+
5078- Odin Inspector
@@ -69,24 +97,6 @@ public class PlayerData
6997}
7098```
7199
72- ---
73-
74- ## 📷 Screenshots
75-
76- | Save Example | Switch Method Example |
77- | --------------| ------------------------|
78- | ![ Code1] ( https://github.com/SinlessDevil/Save_System/blob/main/Images/Exampl_Code_Use_1.png ) | ![ Code2] ( https://github.com/SinlessDevil/Save_System/blob/main/Images/Exampl_Code_Use_2.png ) |
79-
80- ![ Tools] ( https://github.com/SinlessDevil/Save_System/blob/main/Images/Tools_1.png )
81-
82- | PlayerPrefs | JSON | XML |
83- | -------------| ------| -----|
84- | ![ Prefs] ( https://github.com/SinlessDevil/Save_System/blob/main/Images/Tools_1_Prefs.png ) | ![ Json] ( https://github.com/SinlessDevil/Save_System/blob/main/Images/Tools_1_Json.png ) | ![ Xml] ( https://github.com/SinlessDevil/Save_System/blob/main/Images/Tools_1_xml.png ) |
85-
86-
87- ![ Path] ( https://github.com/SinlessDevil/Save_System/blob/main/Images/Path.png )
88- ---
89-
90100## 🧩 Usage
91101
92102### Save:
0 commit comments