Utility/SevenZipUtility.cs @@ -37,7 +37,9 @@ public static void DeCompress(string from, string to) { #if !(UNITY_IOS || UNITY_IPHONE) lzma.doDecompress7zip(from, to, false, true); #endif } }