🔎
Examine System V1 - Doc
  • Examine System - Introduction
  • ⭐GETTING STARTED
    • Quick Setup
    • Detailed Setup
    • GameObject Tag Reference
  • 🔎INSPECTION POINTS
    • Adding Inspection Points
    • Inspect Points - Custom Event
    • Inspect Points - Animations
  • HDRP Setup
    • HDRP Setup
  • URP Setup
    • URP Setup
    • Deferred Rendering Note
  • ❓Support
    • FAQ
    • Disabling Hints
    • Adding Audioclips
    • Where are inputs?
    • Text Not Appearing?
    • Items Not Appearing?
    • Emission Highlighting
    • Destroy Instanced Materials
    • Where are UI's located?
    • Where is the Examine Point?
    • Using a different Character Controller
  • 🌀Development
    • Patch Notes - V1.7
    • Roadmap
  • 📧CONTACT ME
    • Contact Me
    • My Other Assets
Powered by GitBook
On this page
  • TMP_Font Asset Missing?
  • Creating Custom TMP Font
  • Overlapping Text Issue?

Was this helpful?

  1. Support

Text Not Appearing?

PreviousWhere are inputs?NextItems Not Appearing?

Last updated 11 months ago

Was this helpful?

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

❓