Search Issue Tracker
By Design
By Design in 2023.3.X
Votes
0
Found in
2021.3.30f1
2022.3.10f1
2023.1.14f1
2023.2.0b10
2023.3.0a6
Issue ID
UUM-49597
Regression
No
Color becomes brighter when lerping two identical local and global colors
How to reproduce:
1. Open the attached “TrueColorationBug.zip“ project
2. Open the “SampleScene“ Scene
3. Enter Play Mode
Expected result: The “Cube” GameObject is the same color as the “Debug Color“ color in the “Debug Test“ Script Component
Actual result: The color of the “Cube” GameObject is brighter than the “Debug Color“ color in the “Debug Test“ Script Component
Reproducible with: 2021.3.30f1, 2022.3.10f1, 2023.1.14f1, 2023.2.0b10, 2023.3.0a6
Reproducible on: macOS 13.4.1 Ventura (Intel)
Not reproducible on: No other environment tested
Note: Also reproducible in Player
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
- Required SpriteMask class (ID 331) is stripped when "Strip Engine Code" is enabled
- “Maximized serialized file backup not found” error is thrown when minimizing a window in a newly opened project
- Build stack trace contains invalid lines when building with IL2CPP using scripts with delegates containing generic types in the signature
- Entities Systems window has a “Show Full Player Loop” dropdown which does nothing when clicked after enabling “Show Full Player Loop”
- Entities Hierarchy Search “Show/Hide” button’s Lens Icon is blurry when the Editor is on an external monitor
Resolution Note:
https://docs.unity3d.com/ScriptReference/Shader.SetGlobalColor.html
says that it doesn't do color space conversions.
Resolution Note (2023.3.X):
https://docs.unity3d.com/ScriptReference/Shader.SetGlobalColor.html
says that it doesn't do color space conversions.