I know it’s not been possible in older versions of Unity, but I was wondering if Unity 4 finally has a way to draw GUI elements using blend modes other than simple alpha blending? One would think it is one of the most basic things to allow for effects in the GUI using additive or multiplication blending modes, etc. but it seems to be completely missing.
Is there a common work-around for this? I searched the manual but could not find anything. Is there, perhaps a way to blit a texture on top of the GUI elements, unrelated to the GUI class?
Thanks for any info or leads you guys may have.