Search Issue Tracker
Fixed in 4.6.1
Votes
1
Found in
4.6.0f1
Issue ID
646565
Regression
Yes
CanvasGroup loses values when disabling the GameObject it's attached to
To reproduce:
1. Open the scene and notice that there's a CanvasGroup component attached to the GameObject named "Panel" with an alpha value of 0.5.
2. Use the Inspector to disable the GameObject named "Panel"
3. Re-enable the GameObject
4. The panel won't be rendered with 0.5 alpha anymore
5. If you check in the Inspector you'll notice that the alpha value of the CanvasGroup that's attached to the "Panel" object suddenly has a value of 1, but it should be 0.5 (might have to click into the field to force the Inspector to redraw).
All about bugs
View bugs we have successfully reproduced, and vote for the bugs you want to see fixed most urgently.
Latest issues
- Memory usage rises when switching scenes with GRD enabled and a loaded texture in URP
- [Quality Hackweek] Terrain Brush Size value is not serialized after deselecting the terrain when using the first instance of multiple Inspectors
- "NullReferenceException" is thrown when setting a long string in TMP with "Atlas Population Mode" set to "Dynamic" and "Multi Atlas Textures" enabled
- TextMeshPro text is misaligned when alignment is set via script
- A DX11 shader error is thrown when compiling shaders for platforms without DX11 support
Add comment