Search Issue Tracker
By Design
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
- Depth texture is flipped when specific URP rendering settings are applied
- Warning of an unknown Script missing is logged when selecting VFX in Play Mode
- Vertical and horizontal scrollbars appear and disappear when dragging an attribute to a different position within the Shader Graph Hierarchy
- AudioSource.PlayDelayed() does not work with Audio Random Containers
- Compatible with the VFX Graph Shader Graph can't be dragged and dropped into the "Output" block from the Project window
Resolution Note:
https://docs.unity3d.com/ScriptReference/Shader.SetGlobalColor.html
says that it doesn't do color space conversions.