SharpZipLib icon indicating copy to clipboard operation
SharpZipLib copied to clipboard

can not use ZipFile.add in android (unity3d)

Open iamnewaplayer opened this issue 2 years ago • 1 comments

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();

iamnewaplayer avatar Apr 26 '22 00:04 iamnewaplayer

What is the error you are getting? Why wouldn't temporary files work on android?

piksel avatar Apr 28 '22 10:04 piksel