|
I'm trying to make a simple HELP screen and I would like to make the backgorund none-translusive aka alpha = 0. I've tried with: None of them seems to make the background/layer less transparent? What have I missed?
(comments are locked)
|
|
The images themselves in the default skin are semitransparent. You'll need different images. Okay, so DrawTexture or just use a texture as parametre? I've tried using a Texture 128x128 with repeat on, but it still just sits in the middle of my window. Got any links to an example? been trying to find one.
Aug 07 '11 at 09:56 PM
BerggreenDK
You need to make a GUISkin and apply it to GUI.skin before your actual GUICode... http://unity3d.com/support/documentation/Components/class-GUISkin.html
Aug 17 '11 at 12:13 PM
col000r
(comments are locked)
|

What shader do you use?