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
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
- Standard Unity Materials and Shaders become corrupted after importing specific Asset Packages
- [Linux][OpenGL][Vulkan] Draw calls are not shown in the Event List when taking a capture of a frame with RenderDoc
- Inaccurate collision detections when Rigidbody Collision Detection is set to "Continuous" or "Continuous Dynamic"
- Crash on Object::IncrementPersistentDirtyIndex when upgrading project version
- [iOS] Multiple Xcode project instances created before opens up when performing Build and Run for iOS Platform
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.