Skip to content

#ziplib is a Zip, GZip, Tar and BZip2 library written entirely in C# for the .NET platform.

Notifications You must be signed in to change notification settings

explodingbarrel/SharpZipLib

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

SharpZipLib

#ziplib is a Zip, GZip, Tar and BZip2 library written entirely in C# for the .NET platform.

Please see the #ziplib homepage for precompiled downloads, license information, link to the forum (support), release history, samples and more.

**** Kabam Note

  • might need to use mono-develop4 to compile; mono-develop5 seems to insert .net40 target version meta data into the DLL (even project is set to be .net20 compatible), which unity does not like

  • open ICSharpCode.SharpZLib2005.sln and build for "Release" config

  • then copy the output dll "./bin/ICSharpCode.SharpZipLib.dll" to unity's "Assets/Plugins/ICSharpCode.SharpZipLib.dll"

About

#ziplib is a Zip, GZip, Tar and BZip2 library written entirely in C# for the .NET platform.

Resources

Stars

Watchers

Forks

Packages

No packages published

Languages

  • C# 99.9%
  • Batchfile 0.1%