Game Development Reference
In-Depth Information
%YAML 1.1
%TAG !u! tag:unity3d.com,2011:
--- !u!114 &11400000
MonoBehaviour:
m_ObjectHideFlags: 0
m_PrefabParentObject: {fileID: 0}
m_PrefabInternal: {fileID: 0}
m_GameObject: {fileID: 0}
m_Enabled: 1
m_EditorHideFlags: 0
m_Script: {fileID: 11500000, guid:
fa9c23f7a21df484a96802b68617f3b6, type: 3}
m_Name: MyPositions1
m_EditorClassIdentifier:
MyPositions:
- {x: 10, y: 10}
- {x: 20, y: 20}
- {x: 30, y: 30}
- {x: 30, y: 30}
- {x: 40, y: 40}
There is a fair amount of Unity information in the preceding code, but what is important is
our serialized data at the bottom. So if we wish, we can edit this file outside of the editor
and it will be reimported next time you open Unity.
Search WWH ::




Custom Search