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

Question Sprites and TextMeshPro rendering issue

Discussion in 'Universal Render Pipeline' started by Hexalted, Mar 19, 2021.

  1. Hexalted

    Hexalted

    Joined:
    Nov 16, 2017
    Posts:
    23
    Hi there, I have problems with all sprites in my built project: imported from editor, loaded from PNG, and Text Mesh Pro fonts.
    It looks kind of dithered, like pixels are missing or not at the right position (see pictures).

    On texts (TMP) it is most visible when you are far away from them, there seesm to be pixel holes in it:
    sprites1.png

    sprites2.png

    Here you can see some pixel errors at every corner (dots on the 'i', intersection of 'V' and 'W')
    as well as on the arrows:

    sprites3.png

    The problem is encountered in Play mode, Desktop builds, WebGL builds. 2020.2.6 URP.
    I cannot observe it in Scene Editor, and I uses the same assets and TMP in another similar project with no problem. I tested with all Anti-Aliasing disabled, 2x, 8x (in forwared redered settings, I have no Volume Postprocessing).

    I cannot find any setting anywhere that would change this result, does anyone has an idea ?
     
  2. Hexalted

    Hexalted

    Joined:
    Nov 16, 2017
    Posts:
    23
    Ok culprit found: FXAA is ugly