File tree 1 file changed +2
-2
lines changed
1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -23,8 +23,8 @@ flowchart LR
23
23
Unity.Serialization{Unity.Serialization} --> W(Write) & R(Read)
24
24
click Unity.Serialization "https://docs.unity3d.com/Packages/[email protected] /manual/index.html" _blank
25
25
Data[("Data <br> Profile 0<br>.<br>.<br>.<br> Profile N <br> Dictionary<string,byte[]>")] --> |Default use profile 0| ChangeProfile(ChangeProfile)
26
- Data --> |Auto save on Application pause or quit| SaveToFile(SaveToFile)--> Unity.Serialization
27
- Data --> |Auto load when startup| LoadFromFile(LoadFromFile)--> Unity.Serialization
26
+ Data --> |Save on Application pause or quit| SaveToFile(SaveToFile)--> Unity.Serialization
27
+ Data --> |Load when startup| LoadFromFile(LoadFromFile)--> Unity.Serialization
28
28
Data --> Get(Get<T>) & Set(Set<T>) & DeleteKey(DeleteKey) & HasKey(HasKey) & DeleteAll(DeleteAll)
29
29
File{{File Data}} --- W & R
30
30
```
You can’t perform that action at this time.
0 commit comments