Skip to content

Commit 024a9cd

Browse files
committed
Fixed an object references were broken in example scene.
1 parent 40f24e6 commit 024a9cd

File tree

1 file changed

+4
-4
lines changed
  • Assets/MackySoft/MackySoft.SerializeReferenceExtensions/Example

1 file changed

+4
-4
lines changed

Assets/MackySoft/MackySoft.SerializeReferenceExtensions/Example/Example.unity

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -337,17 +337,17 @@ MonoBehaviour:
337337
references:
338338
version: 1
339339
00000000:
340-
type: {class: DebugCommand, ns: MackySoft.SerializeReferenceExtensions.Example, asm: MackySoft.SerializeReferenceExtensions.Example}
340+
type: {class: DebugCommand, ns: MackySoft.SerializeReferenceExtensions.Example, asm: Assembly-CSharp}
341341
data:
342342
m_Message: Hello world
343343
00000001:
344-
type: {class: InstantiateCommand, ns: MackySoft.SerializeReferenceExtensions.Example, asm: MackySoft.SerializeReferenceExtensions.Example}
344+
type: {class: InstantiateCommand, ns: MackySoft.SerializeReferenceExtensions.Example, asm: Assembly-CSharp}
345345
data:
346346
m_Prefab: {fileID: 111724559944437223, guid: 4f11d1aa1b8a3114a96570cafa19d7c6, type: 3}
347347
00000002:
348-
type: {class: Example/NestedCommand, ns: MackySoft.SerializeReferenceExtensions.Example, asm: MackySoft.SerializeReferenceExtensions.Example}
348+
type: {class: Example/NestedCommand, ns: MackySoft.SerializeReferenceExtensions.Example, asm: Assembly-CSharp}
349349
00000003:
350-
type: {class: AddTypeMenuCommand, ns: MackySoft.SerializeReferenceExtensions.Example, asm: MackySoft.SerializeReferenceExtensions.Example}
350+
type: {class: AddTypeMenuCommand, ns: MackySoft.SerializeReferenceExtensions.Example, asm: Assembly-CSharp}
351351
--- !u!4 &1098750747
352352
Transform:
353353
m_ObjectHideFlags: 0

0 commit comments

Comments
 (0)