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
+2-2Lines changed: 2 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -56,7 +56,7 @@ Levels refer to what some people call maps or what Unity calls Scenes. A level c
56
56
57
57
<aname="terms-serializable"></a>
58
58
#### Serializable
59
-
Variables that are Serializable are shown in the Inspector window in Unity. For more information see Unity's documentation on [Serializable](https://docs.unity3d.com/Manual/script-Serialization.html).
59
+
Variables that are Serializable are shown in the Inspector window in Unity. For more information see Unity's documentation on [Serializable](https://docs.unity3d.com/ScriptReference/Serializable.html) and [script serialization](https://docs.unity3d.com/Manual/script-Serialization.html).
60
60
61
61
<aname="terms-cases"></a>
62
62
#### Cases
@@ -487,7 +487,7 @@ To create Foldout Groups there are 2 options in Unity.
487
487
* The second option is to use the Foldout Group Attribute available with [Odin Inspector](https://odininspector.com/).
0 commit comments