Assets/Editor/Tool/ChangeTextAndImage.cs
@@ -78,7 +78,12 @@ TextEx textEx = go.AddMissingComponent<TextEx>(); textEx.text = textContent; textEx.font = FontUtility.preferred; var font = FontUtility.preferred; if (font == null) { font = AssetDatabase.LoadAssetAtPath<Font>("Assets/ResourcesOut/Font/GameFont1.ttf"); } textEx.font = font; textEx.fontSize = textFontSize; textEx.raycastTarget = false; textEx.alignment = TextAnchor.MiddleCenter;