diff --git a/src/EntityTemplate/Editor/EntityTemplateEditor.cs b/src/EntityTemplate/Editor/EntityTemplateEditor.cs index 4e19157..f7f4cf5 100644 --- a/src/EntityTemplate/Editor/EntityTemplateEditor.cs +++ b/src/EntityTemplate/Editor/EntityTemplateEditor.cs @@ -187,6 +187,8 @@ namespace DCFApixels.DragonECS.Unity.Editors if (isEmpty) { GUILayout.Label(label); + EditorGUI.BeginProperty(GUILayoutUtility.GetLastRect(), label, componentRefProp); + EditorGUI.EndProperty(); } else {