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
- “Remove Unused Overrides” available on not loaded Scene and throws “ArgumentException: The scene is not loaded” warning
- Adaptive Probe Volume occlusion edge is calculated incorrectly when viewing probes near geometry edges
- Sampling a texture using an HLSL file throws shader errors and the code does not compile
- "Graphics.CopyTexture called with null source texture" error when Base Camera of an Overlay Camera is removed with DX11 Graphics API and Compatibility Mode enabled
- WebGL sends wrong value with large numbers when SendMessage function is used
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.