- Home /
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
Have same problem: GameObject, that have component "Image" and "Source image" is set to "None", have random image. Problem occurred after update from 5.1.2 f1 to 5.2.1 f1 version.
Answer by CanisLupus · Oct 10, 2015 at 10:26 AM
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.
Thanks for answer! I'll check for fix in next non-patch version.