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
- GameObjects change Hierarchy order when undoing adding Component to multiple GameObjects
- [macOS] Editor crashes after entering Play mode with overlapping GameObjects with Cloth Component and Cloth Inter-Collision enabled
- Look Dev constantly regenerates the default Volume Profile when set to "None" instead of using the default one
- Look Dev errors are spammed when opening a new HDRP project when Look Dev was added to the layout in the previous project
- URP Scene Templates are not editable when first opened from the New Scene dialog
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.