From 8a08b2ae97ec246eca13bce725646a1713870f0d Mon Sep 17 00:00:00 2001
From: dabaoji <364453445@qq.com>
Date: 星期五, 12 四月 2024 17:06:17 +0800
Subject: [PATCH] Merge branch 'hyyngame' of http://192.168.1.20:10010/r/snxxz_client into hyyngame
---
Assets/Editor/Tool/ExportVersionConfigEx.cs | 3 ++-
1 files changed, 2 insertions(+), 1 deletions(-)
diff --git a/Assets/Editor/Tool/ExportVersionConfigEx.cs b/Assets/Editor/Tool/ExportVersionConfigEx.cs
index 9515407..7d6d60a 100644
--- a/Assets/Editor/Tool/ExportVersionConfigEx.cs
+++ b/Assets/Editor/Tool/ExportVersionConfigEx.cs
@@ -21,7 +21,8 @@
File.Delete(versionConfigExFile);
}
File.WriteAllText(versionConfigExFile, json);
-
+ AssetDatabase.SaveAssets();
+ AssetDatabase.Refresh();
Debug.Log("鍚屾VersionConfigEx.txt鎴愬姛");
}
--
Gitblit v1.8.0