Search Unity

  1. Welcome to the Unity Forums! Please take the time to read our Code of Conduct to familiarize yourself with the forum rules and how to post constructively.
Dismiss Notice
Join us now in the Performance Profiling Dev Blitz Day 2023 - Q&A forum where you can connect with our teams behind the Memory and CPU Profilers and the Frame Debugger.

TextMesh Pro [solved] useMaxVisibleDescender does nothing

Discussion in 'UGUI & TextMesh Pro' started by Dmitry-Pyalov, Dec 6, 2017.

  1. Dmitry-Pyalov

    Dmitry-Pyalov

    Joined:
    Dec 13, 2011
    Posts:
    125
    What i'm trying to achieve is a typewriter effect using maxVisibleCharacters.
    I've set vertical alignment to Center and I want to keep all of my character in their final positions.
    So I set useMaxVisibleDescender = false. But this doesn't do anything.
    The text keeps realigning when new lines appear (animated via maxVisibleCharacters, no new text is set).
     
  2. Dmitry-Pyalov

    Dmitry-Pyalov

    Joined:
    Dec 13, 2011
    Posts:
    125
    OK, found another alignment option which did the trick. Sorry for bothering.