We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
如果同时有更新,希望可以合并,只出现一次提示下载更新
The text was updated successfully, but these errors were encountered:
好像支持吧。。文档里面有下载器合并。。不知道是不是你的需求。。
下载器合并 可以把同一个package下的多个下载器合并。
// 例如:把关卡资源下载器和某个指定资源下载器进行合并。 var downloader1 = package.CreateResourceDownloader("level_tag", downloadingMaxNum, failedTryAgain); var downloader2 = package.CreateBundleDownloader("asset_location", downloadingMaxNum, failedTryAgain); downloader1.Combine(downloader2);
//开启下载 downloader1.BeginDownload();
Sorry, something went wrong.
No branches or pull requests
如果同时有更新,希望可以合并,只出现一次提示下载更新
The text was updated successfully, but these errors were encountered: