Ejemplo n.º 1
0
        public bool SaveToDiskCahce()
        {
            string path = AssetBundleUtility.GetPlatformPersistentDataPath(AssetbundleName);

            return(GameUtility.SafeWriteAllBytes(path, manifestBytes));
        }