Search Unity

Making Window/Box background solid

Discussion in 'Immediate Mode GUI (IMGUI)' started by twistedlobby, Jul 30, 2018.

  1. twistedlobby

    twistedlobby

    Joined:
    Jul 30, 2018
    Posts:
    2
    I'm coding a Gui in C# and I'm trying to have no transparency on the background menu.
    I've looked all over to find this & can't. Is there any easy way to do this without having a GuiSkin/GuiStyle?
     
  2. Madgvox

    Madgvox

    Joined:
    Apr 13, 2014
    Posts:
    1,317
    If you're using IMGUI for runtime code, don't. Unity's fully switched over to using the Canvas component to built up gui in the scene. You can easily add a fullscreen image in that system.
     
  3. twistedlobby

    twistedlobby

    Joined:
    Jul 30, 2018
    Posts:
    2
    All, I've ever known to use with Unity was IMGUI. Mind linking me a wiki page for the Canvas stuff or show an example.
     
    Last edited: Jul 31, 2018
  4. Madgvox

    Madgvox

    Joined:
    Apr 13, 2014
    Posts:
    1,317