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?