Free Unzip tool for Unity?

I need free and easy to use unzip utility for Unity. No bells & whistles, just regular unzipper that would take zip file name and extraction path to unzip file there. I’ve found few “regular” C# libs, but the only one I took liking to doesn’t support mono/.NET 2.0 (DotNetZip) - and I don’t know how to integrate regular C# libs anyway.

Maybe it’s a little late for the answer, but you can use this library for zip and unzip.

Here is a small Tutorial to check how it works.

Good luck !