Search Issue Tracker
Fixed
Fixed in 2020.3.46f1, 2021.3.20f1, 2022.2.X, 2023.1.0a3
Votes
2
Found in
2020.3.35f1
2021.3.5f1
2022.2.0a17
2023.1.0a1
Issue ID
UUM-3527
Regression
No
Color set through CanvasRenderer.SetColor is reset when CanvasRenderer becomes inactive
How to reproduce:
1. Open the user's attached project
2. Open scene Scenes/SampleScene
3. Press the Play button
4. In the Game view, click each button in the noted order (Set Color, Disable, Enable)
5. Observe the text in the middle of the Game view
Expected result: white text "Correct" shows up on a red background
Actual result: red text "Incorrect" shows up on a white background
Reproducible with: 2019.4.34f1, 2020.3.26f1, 2021.2.8f1, 2022.1.0b4, 2022.2.0a2
Comments (1)
-
doseon
Oct 18, 2022 06:17
Same issue in 2021.3.11f1.
I want it fixed.
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
- Test Runner’s vertical scrollbar overlaps with the up and down arrows and upper toolbar tabs when the window is minimized
- The Input Field view is not updated when deleting lines of text
- The scrollbar does not respect empty lines in the Input Field
- “Texture Atlas Viewer“ button text overlaps another button when the UI Toolkit Debugger is narrowed
- Thresholds are no longer automatically calculated after deleting Motion fields in Blendtrees
Resolution Note (fix version 2023.1.0a3):
Fixed in 2023.1.0a3
Removed the color reset in the CanvasRenderer when a uGUI element is disabled, so the color stays when the element is enabled again.