Search Issue Tracker
By Design
By Design in 2023.1.X
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
- Out-of-bounds memory access with multiple CanvasRenderers under a Canvas when using Mesh API
- Inspector tries to access file after it was deleted when the file was locked in Inspector window
- Changing Transform values in Search window Inspector loses focus while dragging and stopping mouse without releasing dragging action
- Saving changes on the dirty VFX Graph during the Play mode throws "The referenced script (Unknown) on this Behaviour is missing!" warnings
- VFX Graph Debug Info overlaps the "Initialize" block debug info by default
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).
Resolution Note (2023.1.X):
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).