This commit is contained in:
hevinci
2023-08-17 21:05:21 +08:00
parent 995b0c8050
commit 057ff6b22b
3 changed files with 32 additions and 25 deletions

View File

@@ -161,7 +161,7 @@ namespace YooAsset.Editor
/// </summary>
public static void FixFile()
{
bool isFixed = Setting.FixConfigError();
bool isFixed = Setting.FixAllPackageConfigError();
if (isFixed)
{
IsDirty = true;