public static CZip Create() { var gameObj = new GameObject("ZipObject"); uZip = gameObj.AddComponent <CZip>(); return(uZip); }
public void OnDispose() { mZips.Clear(); if (uZip != null) { GameObject.Destroy(uZip.gameObject); } uZip = null; }