mirror of https://github.com/tuyoogame/YooAsset
parent
3cfc084e62
commit
c27a3e105c
|
@ -256,6 +256,9 @@ namespace YooAsset.Editor
|
||||||
progressValue = 0;
|
progressValue = 0;
|
||||||
foreach (var patchBundle in patchManifest.BundleList)
|
foreach (var patchBundle in patchManifest.BundleList)
|
||||||
{
|
{
|
||||||
|
if (patchBundle.IsRawFile)
|
||||||
|
continue;
|
||||||
|
|
||||||
if (buildResultContext.Results.BundleInfos.ContainsKey(patchBundle.BundleName) == false)
|
if (buildResultContext.Results.BundleInfos.ContainsKey(patchBundle.BundleName) == false)
|
||||||
throw new Exception($"Not found bundle in SBP build results : {patchBundle.BundleName}");
|
throw new Exception($"Not found bundle in SBP build results : {patchBundle.BundleName}");
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue