After updating to Unity 5.2.1 the other day, I noticed some strange things that happened to the UI system that I was making on a small project of mine.
For example, when the image ui object is stretched out fully to cover a screen, random black text fill up what the solid color image used to be:
However, when I downscale the image to be about 1/4th of the screen size or smaller, the image seems to be fine in its original state:
My Question:
Is this a bug on unity’s end or is there some other new ui object I should be using to avoid such bugs to occur in the first place?


I have the same problem
– Muadib+1, I have this issue when 2 or more UI objects collide.
– NecronomicronFigured the problem out myself... To stop the upside down text from showing on an image, you would need to change to the sprite material under the materials section of the image script.
– MaruderI have the same issue... Set material will solve the issue but I think this is a bug so i downgraded and wait for another patch
– mlamplmairMost welcome, converted as asked.
– Zephire