Closed iamnewaplayer closed 2 years ago
ZipFile.add will make a lot of tmp file to 'data/local' path so do not work in android how can i use it?
zipFile.Add($"{VersionDownloadPath(textureSurface.md5)}", index); zipFile.CommitUpdate();
What is the error you are getting? Why wouldn't temporary files work on android?
ZipFile.add will make a lot of tmp file to 'data/local' path so do not work in android
how can i use it?
zipFile.Add($"{VersionDownloadPath(textureSurface.md5)}", index); zipFile.CommitUpdate();