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
- Blank, Light-Themed "Create Node" window becomes visible on the next project open
- UI Elements/Layout inconsistencies in the Particle System component
- The Game view and Scene view fail to render when launching the Editor with a maximized Render Graph Viewer window
- "List is empty" is poorly visible in the "Create Node" window
- [Android] GameObject with a custom shader becomes invisible when deployed with the Vulkan Graphics API
Add comment