Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

bwb0101/UnityZip

Open more actions menu
 
 

Repository files navigation

UniZip

UniZip is zipper for unity3d.

unity zip

#supported

  • iOS.
  • Android.
  • Mac.and probably windows.

#iOS how to

  1. build project.
  2. add file "PluginsCode>iOS>ZipArchive" to xcode project.
  3. enjoy.

#example

-unzip

string zipfilePath = Application.temporaryCachePath + "/args.zip"
string exportLocation = Application.temporaryCachePath + "/dir"

ZipUtil.Unzip ( zipfilePath, exportLocation);

-zip

string exportZip = Application.temporaryCachePath + "/dir/args.zip";
string[] files = new string[]{ Application.temporaryCachePath + "/dir/args.txt"}

ZipUtil.Zip (exportZip, files);

#License

This software is released under the MIT License, see LICENSE.

About

No description, website, or topics provided.

Resources

License

Stars

0 stars

Watchers

1 watching

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages

  • C 88.9%
  • Objective-C++ 6.7%
  • Java 2.6%
  • C# 1.1%
  • Objective-C 0.7%
Morty Proxy This is a proxified and sanitized view of the page, visit original site.