Transparency in unfocused window

Hi,

on my screen I have two windows. Unless I click onto one of the windows, both of them have “half” transparency (means the background shows through), as if unfocused windows have set an alpha value.

Is there any way of preventing this? I’ld like to have all windows with no transparency at all.

Thanks,
Metron

GUI.Window will accept a GUIStyle object as an optional parameter. You can set a background image for the window with this, and it will not be rendered transparent unless the image itself has transparent areas. However, you might need to do a bit of work to ensure the window looks OK with the background texture.

Thanks… that led me to the right direction. In fact, the Skin file pointed to an alpha blended texture for any unfocused window. Switched that and everything works as expected :slight_smile: