【m】框架优化
This commit is contained in:
@@ -42,7 +42,7 @@ namespace Stary.Evo
|
||||
public async UniTask ForceUnloadAllAssets(string packageName)
|
||||
{
|
||||
var package = YooAssets.TryGetPackage(packageName);
|
||||
if (package != null)
|
||||
if (package != null&&package.InitializeStatus == EOperationStatus.Succeed)
|
||||
{
|
||||
var operation = package.UnloadAllAssetsAsync();
|
||||
await operation;
|
||||
|
||||
Reference in New Issue
Block a user