You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -155,7 +155,7 @@ public struct SaveData
155
155
156
156
AOT (IL2CPP) works without any additional work, but IF some types do NOT serialize, please follow the steps below.
157
157
158
-
You need to create a simple C# class that implements the ```ITypeProvider``` interface. Then, you need to define the types (excluding primitive ones) that fail to save for some reason.
158
+
You need to create a simple C# class that implements the ```ITypeProvider``` interface. Then, you need to define the types that fail to save for some reason.
159
159
160
160
Although it should work without an ITypeProvider, for the sake of simplicity, I'll use the case above as an example.
0 commit comments