Weird UI.image with not sprite, chooses random sprite based on position.

Hey Guys, I recently realized that I’ve been using the first unity 5 release so I did an update. Now all my images that had no sprite, have a random sprite on them. Even though it still shows ‘none’ under image.sprite. Is this normal?

Thanks

@Hathakas @Seal_I
I managed to fix this by setting Material to Sprites-Default in all Image components with this issue.1

This is a confirmed bug, but Unity patch version 5.2.1p3 (link here) contains the following note “UI: Image will now use the white texture again if no texture is specified.”, so it should fix this problem. Presumably, the fix will also be included in the next non-patch version.