void Awake()
    {
        Instance = this;

        m_GlowsVisCache = new LRUCache <int, S_CacheRec>(128);
        m_InitOK        = DoInit();
    }
 void OnDestroy()
 {
     Instance = null;
 }