Hello!
I've got the following problem. I'll try to describe it step by step, please tell me if this behaviour is ok or not
1. We create Panel, import image and assign image to
Color Overlay Image. Everything is OK.
2. We set this panel to our Gui Skin. Buttons look as expected in editor
(test image, this is exprcted ).
3. Run app. Great job!
4. Ah, we need to change color
(or whatever) of the image. We change it and perform
Reload of an image.
5. We open our Panel and we see the new colors automatically. So that was expected, cause we don't have old image any more.
6. So we run an app to see new colors. But what?!? Nothing changed! Where the hell it took old replaced image?
7. Only after
manual Color Overlay Image parameter clear + assign again we get the needed result.
P.S. Tested twice, twice the same result. I think there is no need to produce test project.