Unity 針對(duì)移動(dòng)平臺(tái)后臺(tái)下載的官方插件BackgroundDownload : https://blog.csdn.net/u010019717/article/details/85470968
插件下載地址 :
https://download.csdn.net/download/dengshunhao/11233587
此插件分享僅供研究使用,如果商用,請(qǐng)前往官方購買
https://github.com/Unity-Technologies/BackgroundDownload
使用時(shí)iOS測(cè)試遇到問題 :Invalid URL scheme for background downloads: (null). Valid schemes are http or http and no url
解決網(wǎng)址 :
https://stackoverflow.com/questions/23630541/error-in-nsurlsessiondownloadtask
BackgroundDownloadManager.mm修改之后如下 :
除此之外此插件iOS設(shè)置保存路徑是無效的,不過我自己改了,一把辛酸淚,如果有需要,可以聯(lián)系博主獲取更改之后的插件
另外,iOS的Application.persistentDataPath是變化的