Revert "1"

This reverts commit b65b45c062.
This commit is contained in:
CortexCore
2024-11-14 21:54:24 +08:00
parent b65b45c062
commit f446abaaaa
368 changed files with 400 additions and 1785 deletions

View File

@@ -1,16 +0,0 @@
using System.Collections;
using System.Collections.Generic;
using UnityEngine;
using YooAsset;
public static class AssetOperationHandleExtension
{
/// <summary>
/// 等待异步执行完毕
/// </summary>
public static AssetHandle WaitForAsyncOperationComplete(this AssetHandle thisHandle)
{
thisHandle.WaitForAsyncComplete();
return thisHandle;
}
}