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
- VFX Graph Documentation dropdown button does nothing when clicked on the right side
- Required SpriteMask class (ID 331) is stripped when "Strip Engine Code" is enabled
- “Maximized serialized file backup not found” error is thrown when minimizing a window in a newly opened project
- Build stack trace contains invalid lines when building with IL2CPP using scripts with delegates containing generic types in the signature
- Entities Systems window has a “Show Full Player Loop” dropdown which does nothing when clicked after enabling “Show Full Player Loop”
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.