mirror of https://github.com/tuyoogame/YooAsset
update extension sample
parent
fb8720edd3
commit
a98db0ba83
|
@ -54,7 +54,7 @@ internal class TTFSLoadBundleOperation : FSLoadBundleOperation
|
||||||
{
|
{
|
||||||
_steps = ESteps.Done;
|
_steps = ESteps.Done;
|
||||||
Status = EOperationStatus.Failed;
|
Status = EOperationStatus.Failed;
|
||||||
Error = $"The {nameof(IDecryptionServices)} is null !";
|
Error = $"The {nameof(IWebDecryptionServices)} is null !";
|
||||||
YooLogger.Error(Error);
|
YooLogger.Error(Error);
|
||||||
return;
|
return;
|
||||||
}
|
}
|
||||||
|
|
|
@ -53,7 +53,7 @@ internal class WXFSLoadBundleOperation : FSLoadBundleOperation
|
||||||
{
|
{
|
||||||
_steps = ESteps.Done;
|
_steps = ESteps.Done;
|
||||||
Status = EOperationStatus.Failed;
|
Status = EOperationStatus.Failed;
|
||||||
Error = $"The {nameof(IDecryptionServices)} is null !";
|
Error = $"The {nameof(IWebDecryptionServices)} is null !";
|
||||||
YooLogger.Error(Error);
|
YooLogger.Error(Error);
|
||||||
return;
|
return;
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue