I would like to create an image in Unity UI system that has different colors on both sides. Such as when I rotate it 180 degrees it looks different.
I experimented with two images with a single parent and then rotating the parent. It didn't really work even with an addition of canvas components or changing "z" axis.
The only solution I could find is to change their sorting layer mid-rotate but I really want to avoid that.