Search Issue Tracker
By Design
Votes
0
Found in
2021.3.35f1
2022.3.19f1
2023.2.9f1
2023.3.0b6
Issue ID
UUM-62678
Regression
No
CanvasGroup does not ignore parent CanvasGroup Alpha == 0 when parent is also a Canvas
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
Reproducible with: 2021.3.35f1, 2022.3.19f1, 2023.2.9f1, 2023.3.0b6
Reproducible on: Windows 11 22H2
Not reproducible on: No other environment tested
Add comment
All about bugs
View bugs we have successfully reproduced, and vote for the bugs you want to see fixed most urgently.
Latest issues
- “Baking ReferencedPrefabAuthoring!” errors are thrown when creating or deleting unrelated GameObjects in a SubScene that references prefabs
- Cannot scroll down to see all UI Builder Inspector items after content is resized
- Crash on SceneTracker::SetObjectDirty when entering Play mode on a project with specific Assets
- UI Toolkit's TextInput element does not inherit layout parameters from the TextField element when TextField.multiline is true
- The TileMap grid in the Tile Palette is not visible when Screen Space Ambient Occlusion is enabled
Resolution Note:
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.