- Home /
Question by
juhainamtc · Mar 19, 2019 at 04:24 AM ·
background
transparent UI Panel
Hi. Im trying to display a text in a Panel, i do not want the color of the panel to show, basically i dont want the panel bporder or color ot be shown, just the UI Text.Which setting do I change>
Comment
Answer by WarmedxMints · Mar 19, 2019 at 08:03 AM
A panel is nothing more than a gameobject with a rect transform and an image with a preset source and colour. You can either just remove the image component or just change the alpha value of the colour to 0 if you wish to hide it.