About 437,000 results
Open links in new tab
  1. What is the difference between TMP_Text and TextMeshProUGUI?

    Dec 14, 2022 · TMP_Text is the base/parent class for two types TextMeshProUGUI - replacing the now legacy UI.Text within a UI.Canvas TextMeshPro - replacing the now legacy TextMesh …

  2. Как добавить шрифт в TextMeshPro в Unity?

    Mar 5, 2022 · Хочу добавить загруженный шрифт в TextMeshPro на Unity. Как это можно сделать? В дефолтном тексте просто перетаскиваешь и готово. А как быть с …

  3. Adding an Outline to a TextMeshPro Text - Stack Overflow

    Jun 17, 2020 · Good day, I want to add an outline to my textmeshpro, but the Outline component doesn't seem to work. I also tried the outline settings on the inspector, but it edits all …

  4. c# - How to modify UI text via script? - Stack Overflow

    Oct 3, 2021 · A simple question: I'm trying to modify UI text (TextMeshPro if that makes any difference) via C# script. I am using the following code: using System.Collections; using …

  5. How to get support all type of fonts in unity3d textmeshpro

    Mar 21, 2022 · TextMeshPro only uses the font data that you provide it with. You seem to have a bunch of font assets prepared, so perhaps you already have the fonts that cover these …

  6. c# - Set Text with textmesh pro - Stack Overflow

    Jan 7, 2021 · Is there any way to cycle text with textmesh script? I'm interested in cycling text so i can display different text on my 2D game. I have try the script on this website. But I don't think …

  7. Unity C# Textmesh pro is not updating when changing text ...

    May 29, 2024 · The TextMeshPro object is inside a canvas so i am using an TextMeshProUGUI. TextMeshPro cannot be used cause it does not allow me to drag and drop the object. Tried …

  8. TextMeshPro Text only renders on some part of the game screen

    Apr 25, 2023 · The TextMeshPro on some portions of the screen does not show its text but when I move it around, the text shows on other portions of the screen. Above is the structure of game …

  9. textmeshpro - Unity - Updating Font Size tags in TMPro Stylesheet …

    Jan 23, 2023 · I have a style sheet set up in which I set up tags that set font size such as <size=23px>. Is it possible to somehow modify the stylesheet on runtime to change these …

  10. Performance for Unity TextMeshPro (or alternative) with large …

    Jun 29, 2022 · Performance for Unity TextMeshPro (or alternative) with large amount of dynamic content Asked 3 years, 5 months ago Modified 1 year, 2 months ago Viewed 8k times