修复配置文件无法保存

This commit is contained in:
2025-05-07 17:46:05 +08:00
parent de0f2b8de5
commit 5782abb549
2 changed files with 2 additions and 2 deletions

View File

@@ -260,7 +260,7 @@ namespace Stary.Evo.Editor
AssetDatabase.SaveAssets();
AssetDatabase.Refresh();
MarkStatus();
YooAsset.Editor.AssetBundleCollectorSettingData.FixFile();
YooAsset.Editor.AssetBundleCollectorSettingData.SaveFile();
// CreateRes();
Debug.Log("MarkAsset Successful");

View File

@@ -1,6 +1,6 @@
{
"name": "com.staryevo.main",
"version": "1.0.30",
"version": "1.0.31",
"displayName": "00.StaryEvo",
"description": "This is an Framework package",
"unity": "2021.3",