public IEnumerator Init() { ResourcesLoader.Create(); yield return(null); //ABLoader.Create(); //yield return ABLoader.Ins.Init(); StartLoad(); yield return(null); StartAutoClear(); }
void OnDestroy() { Instance = null; }
void Awake() { _loadingAssets = new HashSet <string>(); Instance = this; }