Search Issue Tracker
By Design
Votes
0
Found in
2021.3.28f1
2022.3.5f1
Issue ID
UUM-43130
Regression
No
Grey color is shown in the “Sprite Renderer” Component when selecting multiple sprites with the same color
How to reproduce:
1. Open the user’s attached “IN-00000 KlondikeTestBed.zip” project
2. In the Hierarchy window, expand “Foundations” GameObject
3. Select multiple “Foundation” GameObjects
4. In the Inspector window, observe the “Sprite Renderer” Component
Expected result: The Color is yellow
Actual result: The Color is grey
Reproducible with: 2021.3.28f1, 2022.3.5f1, 2023.1.0a2
Not reproducible with: 2023.1.5f1, 2023.2.0b1
Fixed in: 2023.1.0a3
Reproduced on: macOS 13.4.1 (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
- The cursor moves into wrong place when renaming folder/asset
- Assertion error "(dx - width < padding) || (dy - height < padding)" when using Pack Preview
- [Memory Profiler] The EntryType.NativeAllocationSites_MemoryLabelIndex of snapshots only reports -1 or 0 instead of the MemLabel used for allocations made from any call site.
- [Vulkan] Artifacts appear in the Player when using Screen Space shadows with orthographic camera
- Errors OnGUIDepth changed & GUIUtility:ProcessEvent when opening Textures with Third Party App
Resolution Note:
While not ideal, this seems like a floating point rounding issue where there's a _slight_ difference between the color values of the different sprites, even if they look all identical when selected individually. The "gray" color is not gray, it's the "not all colors are the same" color. That's why there's a little black line in the field. Setting them all to yellow again should correct this.