Update AssetSystem

pull/51/head
hevinci 2022-10-24 15:39:04 +08:00
parent 46d985a720
commit c758bf6530
1 changed files with 1 additions and 0 deletions

View File

@ -68,6 +68,7 @@ namespace YooAsset
throw new System.Exception("Should never get here !"); throw new System.Exception("Should never get here !");
Status = EStatus.Fail; Status = EStatus.Fail;
LastError = $"The bundle {OwnerBundle.MainBundleInfo.Bundle.BundleName} has been destroyed by unity bugs !"; LastError = $"The bundle {OwnerBundle.MainBundleInfo.Bundle.BundleName} has been destroyed by unity bugs !";
YooLogger.Error(LastError);
InvokeCompletion(); InvokeCompletion();
return; return;
} }