Unity Issue Tracker - CanvasGroup does not ignore parent CanvasGroup Alpha == 0 when parent is also a Canvas
Closed
UUM-62678
CanvasGroup does not ignore parent CanvasGroup Alpha == 0 when parent is also a Canvas
Unity: uGUI
As Designed
2023.3.X
2023.2.X
2022.3.X
2021.3.X
CanvasGroup settings applies to Canvas components. The child object in this example does not have a Canvas component on it, only a CanvasGroup - that won't do anything. CanvasGroup needs to be accompanied by a Canvas, otherwise it's useless.
How to reproduce:
1. Open the attached project "2022.3_Test_CanvasGroup.zip"
2. Open Assets/Scenes/SampleScene.unity
Expected results: A Circle is displayed in the Game view window
Actual results: Circle is not displayed in the Game view window