Hello,
Is possible to draw some textures in additive mode in OnGUI function script?
Thanks!
Hello,
Is possible to draw some textures in additive mode in OnGUI function script?
Thanks!
Hi, welcome to the forum!
Do you mean additive blending of the textures? If so then the answer is no, since you can’t specify a shader for GUI operations. However, you can pass a texture with alpha to GUI.DrawTexture to get transparency effects.
Thank you andeeee,
Yes, I was talking about additive blending on textures. So, is creating the GUI using 3d objects and ortho camera the solution?