icsharpcode / SharpZipLib

#ziplib is a Zip, GZip, Tar and BZip2 library written entirely in C# for the .NET platform.
http://icsharpcode.github.io/SharpZipLib/
MIT License
3.73k stars 976 forks source link

can not use ZipFile.add in android (unity3d) #748

Closed iamnewaplayer closed 2 years ago

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

piksel commented 2 years ago

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