【fix】数据未保存bug

This commit is contained in:
2025-04-22 10:39:02 +08:00
parent ecf8fcc597
commit 5a26fbd020
5 changed files with 5 additions and 2 deletions

View File

@@ -162,7 +162,7 @@ namespace Stary.Evo.Editor
}
viewer.SetBuildCacheToggle();
EditorUtility.SetDirty(this);
AssetDatabase.SaveAssets();
//BuildServerPath();
}