Search Issue Tracker
By Design
Votes
0
Found in
2021.3.17f1
2022.2.4f1
2023.1.0b1
Issue ID
UUM-25484
Regression
No
Undo history is broken when undoing while Color Picker is open
Reproduction steps:
1. Open project “HDRBug”
2. Open scene “SampleScene”
3. Select all “Square”, “Square (1)” and “Square (2)” GameObjects in the scene
4. Open Color Picker and select a color that is not white
5. Undo while Color Picker is still open
Expected result: the colors revert to the original
Actual result: all “Square”, “Square (1)” and “Square (2)” GameObjects turn white
Reproducible with: 2020.3.44f1, 2021.3.17f1, 2022.2.4f1, 2023.1.0b1
Reproducible on: macOS Catalina 10.15.7 (Intel)
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
- Render Graph Viewer Capture button plays the click animation but does not do anything when the Capture button is pressed with the “Enter” key on the keyboard
- UI Builder Scrollview is unable to scroll all the way down when the window is downsized vertically
- Celestial bodies order remains unchanged when the Distance setting is modified
- A memory leak occurs with massive terrain when camera position changes occur.
- No valid hits are returned when using RaycastCommand
Resolution Note:
Closing this as designed.
To summarize, this is happening because the color picker serializes a default initial color of white when opening it. Having this opened and issuing an undo action on multiple selected objects, the defaulted color gets assigned instead of the original colors. Note that when editing the color property for multiple objects, the color picker, at first, it starts with a standard fallback color which is later is replaced by the color picked (if any).