Home > Enterprise >  Unity UI panel transparency
Unity UI panel transparency

Time:01-30

I'm working on my game and I want to add an inventory type system, when I added the panel it was a little transparent while the one in the video was watching was not. I didn’t see any setting for transparency in the Unity inspector for both the canvas and the panel. The UI mode is an overlay

I didn’t try much other than clicking all the check boxes, and I was excepting for the up to be a solid color.

CodePudding user response:

If you have a Canvas Group in your hierarchy, it can come from here (Alpha property).

CodePudding user response:

I needed to go to colors and slide this slider all the way up or down (the slider you need to change)

  • Related