Text Not Appearing?

TMP_Font Asset Missing?

Make sure that the ItemNameSettings and/or ItemDescriptionSettings inside the ExamineItem script has a font asset set and this may fix your issue

Creating Custom TMP Font

Overlapping Text Issue?

Sometimes when you copy text into a text box in Unity you get carriage style errors which is an additional character that makes the text display incorrectly. Paste the text into notepad and copy this back out and into your text box.

This is all very game dependant but here are some tips below

  • Remember that text that appears outside of the bounds or is too big for the UI element, it can cause issues. So either reduce the size of the font or increase the UI element area by scaling it.

  • Basic values for the text sizes based on the default included font are very usable with these settings

Basic Lower UI
Right Sided UI

Title

32 Size / Bold

38 Size / Bold

Description

30 Size / Normal

32 Size / Normal

Last updated

Was this helpful?