Search Unity

Text object inherits Panels alpha...

Discussion in 'Immediate Mode GUI (IMGUI)' started by Epictickle, Nov 22, 2014.

  1. Epictickle

    Epictickle

    Joined:
    Aug 12, 2012
    Posts:
    431
    Okay, so I have a chat window in my game, and every time a player sends a chat it adds a Text object as a child to a panel I have in my scene. I have set the panels alpha to 0, but when I do that I can't see the Text object anymore because of the alpha of the panel.. Is there any way around this?