Exemple #1
0
 public override void UnLoad(bool unloadAllLoadedObjects)
 {
     if (m_gameObject != null)
     {
         m_gameObject = null;
         TextAsset.Destroy(m_texObject);
         GameObject.Destroy(m_texObject);
     }
 }