This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
//Standalone version of r2d2rigo's coroutine unzip | |
//Leaves room for other tools as well | |
using UnityEngine; | |
using System.Collections; | |
using System.IO; | |
using ICSharpCode.SharpZipLib.Zip; | |
public class ZipTools { |