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()