mirror of
https://github.com/tuyoogame/YooAsset.git
synced 2026-06-10 12:43:42 +00:00
@@ -336,7 +336,17 @@ namespace YooAsset
|
|||||||
}
|
}
|
||||||
else
|
else
|
||||||
{
|
{
|
||||||
_steps = ESteps.DownloadFile;
|
if (_fileSystem.DisableOnDemandDownload)
|
||||||
|
{
|
||||||
|
_steps = ESteps.Done;
|
||||||
|
Status = EOperationStatus.Failed;
|
||||||
|
Error = $"The bundle not cached : {_bundle.BundleName}";
|
||||||
|
YooLogger.Warning(Error);
|
||||||
|
}
|
||||||
|
else
|
||||||
|
{
|
||||||
|
_steps = ESteps.DownloadFile;
|
||||||
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user