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
- Mono Windows Builds don't produce full log callstacks when generating logs
- AssetBundles fail to load when running in Built Players for Mobile Devices
- UI elements with text gets bigger and grey when Player window is moved to another screen with different resolution
- System name accepts multiline text but crops it on confirmation, duplicates input, and shrinks the field when empty
- UI element scale and position are wrong in project build when DRS is changed with HDR and Software Dynamic Resolution enabled
Add comment