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