Home > OS >  Unity ui panel transparent
Unity ui panel transparent

Time:01-30

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

I didn’t try much other then 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