Search Issue Tracker
By Design
Votes
0
Found in
4.6.0f3
Issue ID
652399
Regression
No
Calling SetColor or SetAlpha on the CanvasRenderers of the toggle's child objects, wrong toggle state is displayed
To reproduce this bug:
1. Open the attached project
2. Open 'test' scene
3. There is a script attached on toggle gameobject which:
-Sets toggle isOn to false
-Calls SetColor on the CanvasRenderer components of the toggle's child objects
4. Play the scene
5. The toggle inspector displays isOn as false, the Checkmark child object displays the enabled toggle
By Design:
"When we have a toggle the child element (the checkmark) the visibility is controlled by the canvasrenderer alpha. What you are doing is making the checkmark visible by fading the alpha in. What you should do is add a CanvasGroup to the root of the toggle and fade the alpha of that instead of the alpha on the individual CanvasRenderers."
All about bugs
View bugs we have successfully reproduced, and vote for the bugs you want to see fixed most urgently.
Latest issues
- Articulation Body with 'Revolute' Joint Type has erratic behavior when Upper Limit is set to above 360
- WebGL Player fails to render Scene when Terrain with Detail Mesh is added and WebGPU Graphics API is used
- Inconsistent errors are logged when different types are passed into the Query "Q<>" method in UIToolkit and the ancestor VisualElement is null
- Crash on GetMaterialPropertyByIndex when opening a specific Scene
- Discrepancies in the styling are present when using a TSS file instead of a USS file in custom EditorWindow
Add comment