Search Unity

Corrupted Text Component

Discussion in 'UI Toolkit' started by MasterControlProgram, Aug 20, 2020.

  1. MasterControlProgram

    MasterControlProgram

    Joined:
    Apr 18, 2015
    Posts:
    48
    Initial posted in wrong forum. New post is here:
    https://forum.unity.com/threads/corrupted-text-component.955446/

    Please see the below screenshot. We're getting this corrupted text throughout our UI. It's hard to pinpoint exactly what causes it. Seems like it happens somewhat randomly but definitely happens on some mobile devices more than others. For example, we have some Android devices that often see it while some higher end iOS devices never see it.

    There isn't really anything very complicated going on with the text. It's a Text component where the text field is set in script. Rect transform isn't stretched, simple center pin. In this case, the text is within a scrolling UI. But we also see the corruption on simple text. One little thing we've noticed is that it seems to occur if another canvas element was covering the text at some point. Might be a red herring though.

    Does anybody have any ideas what might be causing this? I've looked online and have seen similar reports (both in editor and in game). Any help would be greatly appreciated.


    Screen Shot 2020-08-19 at 8.07.07 PM.png
     
    Last edited: Aug 20, 2020
  2. Onigiri

    Onigiri

    Joined:
    Aug 10, 2014
    Posts:
    486
  3. MasterControlProgram

    MasterControlProgram

    Joined:
    Apr 18, 2015
    Posts:
    48
    Go it, thanks for the help! Closing out this one and moving there :D