阿唐
阿唐
能不能提供一个重现工程?上传到这里就行
@ookcode 不开发unity了,这个项目也不维护了。你可以提个pr我来合并一下,谢谢。
目前没有这个方法,有空会考虑一下
用的是2017?如果是,则可能是2017的BUG,试着注释掉[这一行](https://github.com/tangzx/ABSystem/blob/d36b60c84ddfc7fb26da8f65dbe9ebde4675e564/Assets/ABSystem/Scripts/AssetBundle/AssetBundleInfo.cs#L291)(不是最终解决办法,只为测试),如果可以请反馈~
不明白,管理指什么?
没遇到过,`AsyncUploadManager` 是你项目的代码吧
这个问题倒是没遇见过。`Ensure all async operations are complete before unloading bundles.` 重点可能在这,你有没有改ABSystem源码,或者多个ab系统共存了,导致一边在加载一边在卸载?
That pink color hints you the variable is `Global`, it recommends you use local variables as possible as you can. Such as `function myfunc` -> `local function myfunc` . And...
我这边不能重现,你把一个示例工程打包上传一下
fixed in 1.4.+, we rewrited the index system to fix those issues.