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
构建的时候发现存在引用问题,例如: 主资源 a.prefab 引用了 b.png, b.png是被DependAssetCollector收集的。 打包后分别生成出 a.bundle 和 b.bundle 构建报告里显示 a.prefab中的DependAssets是包含b.png的,但是manifest文件里 a.bundle却没有引用b.bundle 同时构建时会有Found stray bundle ! Bundle ID : b.bundle的警告,看源码注释写着 注意:SBP构建管线会自动剔除一些冗余资源的引用关系,导致游离资源包没有被任何主资源包引用。 请问这个有什么解决办法吗?
The text was updated successfully, but these errors were encountered:
这个问题主要发生在精灵图片多一些。该问题不会造成严重的性能问题。游离资源包并且也不会被玩家下载到本地。
Sorry, something went wrong.
感谢回复,倒不是有性能问题,主要是这个引用丢失了,导致a.prefab加载后里面的b.png资源是missing的。
这个可能是另外问题引起的,如果稳定复现,可以用太空战机DEMO复现发给我。可以再QQ群里找到我。
No branches or pull requests
构建的时候发现存在引用问题,例如:
主资源 a.prefab 引用了 b.png, b.png是被DependAssetCollector收集的。
打包后分别生成出 a.bundle 和 b.bundle
构建报告里显示 a.prefab中的DependAssets是包含b.png的,但是manifest文件里 a.bundle却没有引用b.bundle
同时构建时会有Found stray bundle ! Bundle ID : b.bundle的警告,看源码注释写着
注意:SBP构建管线会自动剔除一些冗余资源的引用关系,导致游离资源包没有被任何主资源包引用。
请问这个有什么解决办法吗?
The text was updated successfully, but these errors were encountered: