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.

Bug Text Rendering Issue 3.2.0 Preview 1

Discussion in 'UGUI & TextMesh Pro' started by MousePods, Aug 11, 2021.

  1. MousePods

    MousePods

    Joined:
    Jul 19, 2012
    Posts:
    701
    Hi,

    I updated to preview 1 and suddenly my TMP text rendered incorrectly. Is this a known issue?

    3.0.6

    Screen Shot 2021-08-11 at 3.35.57 PM.png

    3.2.0

    Screen Shot 2021-08-11 at 3.37.54 PM.png

    Thanks!
     
  2. Stephan_B

    Stephan_B

    Unity Technologies

    Joined:
    Feb 26, 2017
    Posts:
    6,588
    Did you import the updated TMP Essential Resources as per the Upgrade Note in the product description in Package Manager?

    As per the release notes, the UV layout of TMP had to be changed to support SRP which does not support per vertex operations. As such, the shaders were modified to account for the change in UV layout which affects the SDF Scale.

    Let me know if importing the updated TMP Essential Resources and more specifically the shaders has resolved this issue.
     
    MousePods likes this.
  3. MousePods

    MousePods

    Joined:
    Jul 19, 2012
    Posts:
    701
    That worked, thanks!