Search Issue Tracker
Fixed in 2019.1.X
Votes
1
Found in
2018.3.0a11
2018.3.0b2
Issue ID
1084745
Regression
Yes
Canvas Group children with Canvas component are faded when changing Alpha parameter in the Canvas Group
How to reproduce:
1. Open the attached Test.zip project
2. In the Hierarchy window expand Canvas and select Canvas group
3. Go to Inspector window -> Canvas Group -> Alpha
4. Decrease Alpha from 1 to 0.5 and then to 0 to see that the Image with Canvas is not fading
Expected: Canvas Group children with Canvas component are faded
Actual: Canvas Group children with Canvas component aren't faded
Reproducable with: 2018.3.0a11, 2018.3.0b5, 2019.1.0a3
Not reproducable with: 2017.4.12f1, 2018.1.9f2, 2018.2.11f1, 2018.0a10
Comments (2)
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
- URP Cascaded Shadows do not have a falloff in Player when the Player is built not in Development Mode
- Grid in animation preview window is rendered on top of the object
- WebGPU Graphics.RenderPrimitives fails on MeshTopology.Quads with Validation errors when exceeding 64k vertices
- Task status is "WaitingForActivation" when awaiting a faulted task inside that task
- 0 is returned when any output from Split Node is input into the Lerp Node
neonaleon
Mar 06, 2019 04:18
Yes, please backport this to 2018.3.X.
I wanted to upgrade to 2018.3.7 following the news of the remote code execution security warning, but this bug is just gonna break so much of our UI.
bagelcode
Feb 25, 2019 02:42
Come on, Unity. Please backporting this to Unity2018.3.X. If not, so many projects could not be use Unity2018.3.X.
This issue is a very serious and used common case. For example, split canvas and simply control show/hide. Strategy fo split canvas also useful render together Particle System, SpriteRenderer. So so many common logic have to be change, there are not a simply solver.
I have a some dirty solving way that link CanvasGroup like chain(What the!), and use it before we decide to upgrade Unity 2019.X(of course, I thought we can not upgrade before be regular stage). But in this case also have a lot of problem in case by case.