|
Is it possible to have semitransparent GUI buttons (without using a alpha-semitransparent texture in gui style)?
(comments are locked)
|
|
Modify GUI.color before the button call, then set it back to Color.white after (or else all the rest of the gui will do it too)
(comments are locked)
|
|
This will directly control the alpha of anything after this line. Be sure to set the GUI.color.a back to 1 so the remaining GUI Elements aren't dimmed as well.
(comments are locked)
|
|
i need to make totally solid button
(comments are locked)
|
