mirror of
https://github.com/tuyoogame/YooAsset.git
synced 2026-05-28 11:38:47 +00:00
style : file system code
This commit is contained in:
@@ -228,6 +228,7 @@ namespace YooAsset
|
|||||||
{
|
{
|
||||||
if (ExecuteWhileDone())
|
if (ExecuteWhileDone())
|
||||||
{
|
{
|
||||||
|
//TODO 拷贝本地文件失败也会触发该错误!
|
||||||
if (_downloadFileOp != null && _downloadFileOp.Status == EOperationStatus.Failed)
|
if (_downloadFileOp != null && _downloadFileOp.Status == EOperationStatus.Failed)
|
||||||
YooLogger.Error($"Try load bundle {_bundle.BundleName} from remote !");
|
YooLogger.Error($"Try load bundle {_bundle.BundleName} from remote !");
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user