Skip to content

Instantly share code, notes, and snippets.

@snlehton
Created April 2, 2015 14:18
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save snlehton/c226d1268967df215e00 to your computer and use it in GitHub Desktop.
Save snlehton/c226d1268967df215e00 to your computer and use it in GitHub Desktop.
SOExample scene
....
--- !u!114 &819407913 <<--- this is our ScriptableObject id in the scene
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: 4a48e9db79a952f419ca79d71a03fe31, type: 3}
m_Name:
m_EditorClassIdentifier:
text: LOL <<--- the text typed in the SO
....
--- !u!114 &1539014338
MonoBehaviour:
m_ObjectHideFlags: 0
m_PrefabParentObject: {fileID: 0}
m_PrefabInternal: {fileID: 0}
m_GameObject: {fileID: 1539014337}
m_Enabled: 1
m_EditorHideFlags: 0
m_Script: {fileID: 11500000, guid: 3032752457dc4fc438051e79d2e9d38f, type: 3}
m_Name:
m_EditorClassIdentifier:
test: {fileID: 819407913} <<--- reference to the SO
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment