Assets/Editor/Tool/PrefabCreateTool.cs
@@ -139,6 +139,8 @@ text.fontSize = 22; text.alignment = TextAnchor.MiddleCenter; text.raycastTarget = false; text.horizontalOverflow = HorizontalWrapMode.Overflow; text.verticalOverflow = VerticalWrapMode.Overflow; SetParent(instance); }