diff --git a/Assets/AsmdefHelper/CustomCreate/Editor/AsmdefRenameView.cs b/Assets/AsmdefHelper/CustomCreate/Editor/AsmdefRenameView.cs index 08ca10e..3eb4b96 100644 --- a/Assets/AsmdefHelper/CustomCreate/Editor/AsmdefRenameView.cs +++ b/Assets/AsmdefHelper/CustomCreate/Editor/AsmdefRenameView.cs @@ -21,8 +21,8 @@ namespace AsmdefHelper.CustomCreate.Editor { if (extension == "asmdef") { var window = GetWindow(); window.titleContent = new GUIContent("AsmdefRenameView"); - window.minSize = new Vector2(200, 80); - window.maxSize = new Vector2(2000, 80); + window.minSize = new Vector2(200, 100); + window.maxSize = new Vector2(2000, 100); } } @@ -46,6 +46,7 @@ namespace AsmdefHelper.CustomCreate.Editor { // UI取得 var PathTextField = root.Q(className: "PathTextField"); var NameTextField = root.Q(className: "NameTextField"); + var RootNamespaceTextField = root.Q(className: "RootNamespaceTextField"); var CreateButton = root.Q