Search Unity

  1. Megacity Metro Demo now available. Download now.
    Dismiss Notice
  2. Unity support for visionOS is now available. Learn more in our blog post.
    Dismiss Notice

CanvasGroup alpha reacts differently in Game than it does in Scene

Discussion in 'Immediate Mode GUI (IMGUI)' started by SaoSilver, Jun 2, 2020.

  1. SaoSilver

    SaoSilver

    Joined:
    May 27, 2020
    Posts:
    9
    I'm working on a 2d game and I have a parent object with the CanvasGroup component on it. When I change the alpha value to 0 in the Scene view then it does what I would expect, make the object invisible. When I change it in the Game view, only certain children of the parent are affected. All the children are an 'Image' and I don't know why only some are affected. And even at that, the children aren't as transparent in the Game view as it was in the Scene view. Any idea why?