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