unloadunusedresource测试

main
pengjunwu 2024-02-05 18:40:29 +08:00
parent dfbeea141a
commit 7f9d32b1fe
1 changed files with 1 additions and 1 deletions

View File

@ -14,7 +14,7 @@ namespace Gameplay
protected override async UniTask<LoadingResult> _DoLoading()
{
_destProgress = 10f;
await Resources.UnloadUnusedAssets();
//await Resources.UnloadUnusedAssets();
_destProgress = 20f;
var scenePath = Constants.MAIN_SCENE_PATH;
await CommonUtils.OpenUIWithScene(UINameConst.UI_MainPanel, scenePath, null, false,