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
@@ -13,7 +13,7 @@ You need to download this package and [Odin Serializer](https://odininspector.co
13
13
14
14
For saving/loading you need to create class/struct and inherit `ISerializable` interface.
15
15
16
-
Fields that you want to save/load in your class/struct must have `SerializeField` attribute (In example below, it will be `_position` and `_health` in `PlayerData` struct).
16
+
Fields that you want to save/load in your class/struct must have `SerializeField` attribute. In example below, it will be `_position` and `_health` in `PlayerData` struct).
0 commit comments