21        if( !Application.IsPlaying(gameObject) )
 
   26                m_GUID = System.Guid.NewGuid().ToString();
 
Assign a unique GUID for the objects. These ids are used to retrive the gameobjects when restoring sc...
 
void Awake()
Ensure that the object has a guaranteed unique id