Search Unity

UI in 2018.1 not displaying images/text

Discussion in 'UGUI & TextMesh Pro' started by Silly_Rollo, May 10, 2018.

  1. Silly_Rollo

    Silly_Rollo

    Joined:
    Dec 21, 2012
    Posts:
    501
    edit: I think the UI is being culled? This issue seems to only happen when my main camera is 100+ meters from origin (where an overlay UI stays and puts it out of view range).

    I've suddenly had issues in 2018.1 where previously working UI in 2017.3 fail to display. This goes for both plain UI images and TMPro UI text. As an example, I duplicated one of my working images and for some reason its duplicate doesn't show. I see nothing different about the two except the working one displays the material in in the inspector but the non working does not. I did not assign a material to either but in case that was a problem I also tried assigning a material identical to the UI default and that didn't help and it still doesn't show the mat properties as is normal for a renderer. Ideas?
    Scene view and hierarchy:
    scene.JPG heirarchy.JPG
    Working one:
    backbutton1.JPG

    Non working duplicate:
    notworking.JPG

    Non working with mat:
    notworkwithmat.JPG
     
    Last edited: May 11, 2018