Search Unity

  1. Megacity Metro Demo now available. Download now.
    Dismiss Notice
  2. Unity support for visionOS is now available. Learn more in our blog post.
    Dismiss Notice

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.