tuyoogame / YooAsset

unity3d resources management system
https://www.yooasset.com/
Apache License 2.0
2.51k stars 487 forks source link

关于图集打包问题 #77

Open chenyuyuan309 opened 1 year ago

chenyuyuan309 commented 1 year ago

图集A打包成一个assetbundle,设置成MainAssetCollector,后续需要代码动态加载。 预制体B引用图集A的spriteC,打包成一个assetbundle,设置成MainAssetCollector。 发现spriteC被抽出来单独打成一个。 用assetStudio查看shareAssetBundle,看起来就只有sprite本身信息,没有texture。

表现: editor上走assetbundle是正常的。

chenyuyuan309 commented 1 year ago

android手机上表现是错误的。想了解一下,大家对于图集的打包都是怎么处理的?

gmhevinci commented 1 year ago

你可以参考下以下文章: https://www.cnblogs.com/TravelingLight/p/16449886.html https://www.cnblogs.com/msxh/p/14194756.html