- Home /
 
is there a way how to zip/unzip files or folders with editor scripting?
i made my build tool, which makes build with name in format XXX-DDMMYY-HHMMSS so i have solved mistakes when naming builds only step ahead i need is to pack the build into .zip file with the same name
is there way to use zippacker (or rar or whatever else common compression) from unity editor script?
Answer by roojerry · Jan 24, 2014 at 08:47 PM
Look at GZipStream. The example code at the bottom is enough to get you started
Your answer
 
             Follow this Question
Related Questions
Material.mainTexture not working outside of runtime? 1 Answer
How do I get an array of names of all the sprites in a project, with an editor script? 2 Answers
Unity API for checking if an object was modified 3 Answers
How to minimize the main editor Window by script 1 Answer
Why would editor script be slow on first compilation? 0 Answers