From f98c8ed6adc15a8707dcf8d7493bd260f55bf9bb Mon Sep 17 00:00:00 2001 From: Lsy <379338943@qq.com> Date: Wed, 18 Sep 2024 23:33:37 +0800 Subject: [PATCH] =?UTF-8?q?=E6=9B=B4=E6=96=B0=20YIUIDemoWindow.cs?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- Editor/YIUIDemoWindow.cs | 1 + 1 file changed, 1 insertion(+) diff --git a/Editor/YIUIDemoWindow.cs b/Editor/YIUIDemoWindow.cs index 43e7d26..c8f9610 100644 --- a/Editor/YIUIDemoWindow.cs +++ b/Editor/YIUIDemoWindow.cs @@ -45,6 +45,7 @@ public static void CloseWindowRefresh() { CloseWindow(); AssetDatabase.SaveAssets(); + EditorApplication.ExecuteMenuItem("ET/Loader/ReGenerateProjectAssemblyReference"); EditorApplication.ExecuteMenuItem("Assets/Refresh"); }