void OnDestroy() { // 删除缓存字体 ClearAllFonts(); UnInit(); m_Instance = null; }
/*-------------------------------------------------------------*/ void Awake() { m_Instance = this; Init(); }