美文网首页
Unity插件(一) ------ 移动平台后台下载Backgr

Unity插件(一) ------ 移动平台后台下载Backgr

作者: 千喜Ya | 来源:发表于2019-06-10 13:58 被阅读0次

    Unity 针对移动平台后台下载的官方插件BackgroundDownload : https://blog.csdn.net/u010019717/article/details/85470968

    插件下载地址 :
    https://download.csdn.net/download/dengshunhao/11233587

    此插件分享仅供研究使用,如果商用,请前往官方购买
    https://github.com/Unity-Technologies/BackgroundDownload

    使用时iOS测试遇到问题 :Invalid URL scheme for background downloads: (null). Valid schemes are http or http and no url

    解决网址 :
    https://stackoverflow.com/questions/23630541/error-in-nsurlsessiondownloadtask

    BackgroundDownloadManager.mm修改之后如下 :


    除此之外此插件iOS设置保存路径是无效的,不过我自己改了,一把辛酸泪,如果有需要,可以联系博主获取更改之后的插件

    另外,iOS的Application.persistentDataPath是变化的

    相关文章

      网友评论

          本文标题:Unity插件(一) ------ 移动平台后台下载Backgr

          本文链接:https://www.haomeiwen.com/subject/rflzxctx.html