File tree Expand file tree Collapse file tree 1 file changed +8
-7
lines changed
Expand file tree Collapse file tree 1 file changed +8
-7
lines changed Original file line number Diff line number Diff line change @@ -73,13 +73,16 @@ public class PlayerData
7373
7474## 📷 Screenshots
7575
76- ![ Exampl Code] ( https://github.com/SinlessDevil/Save_System/blob/main/Images/Exampl_Code_Use_1.png )
77- ![ Exampl Code] ( https://github.com/SinlessDevil/Save_System/blob/main/Images/Exampl_Code_Use_2.png )
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 ) |
7879
7980![ Tools] ( https://github.com/SinlessDevil/Save_System/blob/main/Images/Tools_1.png )
80- ![ Tools] ( https://github.com/SinlessDevil/Save_System/blob/main/Images/Tools_1_Prefs.png )
81- ![ Tools] ( https://github.com/SinlessDevil/Save_System/blob/main/Images/Tools_1_Json.png )
82- ![ Tools] ( https://github.com/SinlessDevil/Save_System/blob/main/Images/Tools_1_xml.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+
8386
8487![ Path] ( https://github.com/SinlessDevil/Save_System/blob/main/Images/Path.png )
8588---
@@ -96,11 +99,9 @@ saveLoadFacade.Save(SaveMethod.Json, playerData);
9699PlayerData loaded = saveLoadFacade .Load (SaveMethod .PlayerPrefs );
97100```
98101
99-
100102---
101103
102104## 📌 Related Projects
103105- [ Grid Level Editor] ( https://github.com/SinlessDevil/Grid_Level_Editor )
104106- [ Language Change Tools] ( https://github.com/SinlessDevil/Language_Change_Tools )
105107- [ Inventory Tetris] ( https://github.com/SinlessDevil/Inventory_Tetris )
106-
You can’t perform that action at this time.
0 commit comments