You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I tried the following code with ur unzipper.
But it doesn't work on Android 2.3
string filepath = "jar:file://" + Application.dataPath + "!/assets/" + "/TEST.zip";
pathtoExtract = filepath;
pathtoExport = Application.persistentDataPath;
try{
ZipUtil.Unzip(pathtoExtract, pathtoExport);
}
catch (Exception err)
{
text.text = err.ToString();
}
The text was updated successfully, but these errors were encountered:
I tried the following code with ur unzipper.
But it doesn't work on Android 2.3
string filepath = "jar:file://" + Application.dataPath + "!/assets/" + "/TEST.zip";
pathtoExtract = filepath;
pathtoExport = Application.persistentDataPath;
try{
ZipUtil.Unzip(pathtoExtract, pathtoExport);
}
catch (Exception err)
{
text.text = err.ToString();
}
The text was updated successfully, but these errors were encountered: