From a597e1fd83493ea59dcf4e7d77ebba5c24049eec Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E9=99=88=E6=80=9D=E6=B5=B7?= <1464576565@qq.com> Date: Wed, 15 Apr 2026 09:51:34 +0800 Subject: [PATCH] fix --- Editor/UI/GenerateWindow/UISettingEditorWindow.cs | 1 + 1 file changed, 1 insertion(+) diff --git a/Editor/UI/GenerateWindow/UISettingEditorWindow.cs b/Editor/UI/GenerateWindow/UISettingEditorWindow.cs index 532a9b9..49a13aa 100644 --- a/Editor/UI/GenerateWindow/UISettingEditorWindow.cs +++ b/Editor/UI/GenerateWindow/UISettingEditorWindow.cs @@ -61,6 +61,7 @@ namespace AlicizaX.UI.Editor SetupLists(); RefreshGeneratorServiceTypes(); RefreshPreview(); + CollectComponentTypeNamesFallback(); } private void OnDisable()