Unity_移动端安卓解压缩Zip

本文介绍如何在Unity的安卓移动端实现Zip文件的解压缩功能,使用了ICSharpCode.SharpZipLib库。在Unity 2018.3.13版本中,该功能在PC上运行正常,但在安卓上遇到问题。解决安卓端无法解压的问题是关键,文中将探讨相关解决方案。
摘要由CSDN通过智能技术生成

Unity_移动端安卓解压缩Zip

欢迎使用Markdown编辑器

由于工作问题,需要开发unity安卓端解压zip功能,经过两天的研究简单的例子如下:

工具:unity2018.3.13 ,ICSharpCode.SharpZipLib.dll;

在unity中放入ICSharpCode.SharpZipLib.dll这个动态链接库,一般动态链接库放在项目目录中\Assets\Plugins目录下

基本代码:

using UnityEngine;

using System.Collections;

using System;

using System.IO;

using ICSharpCode.SharpZipLib.Checksums;

using ICSharpCode.SharpZipLib.Zip;
using UnityEditor;

public class zip1 : MonoBehaviour

{

    public string sourcesPath = "";

    public string targetPath = "";

    public string filename ="Untitled_13.zip";

    public string url = "http://xnwy-adm.91uutu.com/static/Untitled_13.zip";

   

  public  void button()

    {

        sourcesPath = Application.persistentDataPath + "/Zip";
        
        targetPath = Application.persistentDataPath + 
评论 1
添加红包

请填写红包祝福语或标题

红包个数最小为10个

红包金额最低5元

当前余额3.43前往充值 >
需支付:10.00
成就一亿技术人!
领取后你会自动成为博主和红包主的粉丝 规则
hope_wisdom
发出的红包
实付
使用余额支付
点击重新获取
扫码支付
钱包余额 0

抵扣说明:

1.余额是钱包充值的虚拟货币,按照1:1的比例进行支付金额的抵扣。
2.余额无法直接购买下载,可以购买VIP、付费专栏及课程。

余额充值