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
- “FMOD failed to set the software format to the custom sample rate…” warnings are thrown as System Sample Rate value is being changed in Audio section of Project Settings window
- VFX Marquee selection does match the visual indicator
- “Invalid AABB aabb” errors are spammed when “Infinity” value is entered in Collider Component fields
- Editor Role does not sync with the MPPM Play Mode Scenario Role when entering Play mode
- Long asset names cause overlap with the “Find” function in search result tabs
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).