mirror of
https://github.com/tuyoogame/YooAsset.git
synced 2026-05-22 00:11:41 +00:00
update asset bundle builder
修复SBP构建时,如果有原生文件导致报错的问题。
This commit is contained in:
@@ -256,6 +256,9 @@ namespace YooAsset.Editor
|
||||
progressValue = 0;
|
||||
foreach (var patchBundle in patchManifest.BundleList)
|
||||
{
|
||||
if (patchBundle.IsRawFile)
|
||||
continue;
|
||||
|
||||
if (buildResultContext.Results.BundleInfos.ContainsKey(patchBundle.BundleName) == false)
|
||||
throw new Exception($"Not found bundle in SBP build results : {patchBundle.BundleName}");
|
||||
|
||||
|
||||
Reference in New Issue
Block a user