- Home /
Material on top of GUITexture
I have created a transparent cooldown circle with the alpha cutoff method. Now I need to get it on top of buttons which are GUITextures. I know that you cannot apply a material to a GUITexture but is there any other way to get this material on top of it? If there isn't, which would be the best way to work around it?
Comment
how about you make it a sprite and use a sprite renderer?