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
- "The FrameSetting required to render this effect in the Game view depends on a disabled FrameSetting." warning appears when post-processing effects ere enabled in pipeline settings
- Crash on RaiseException when calling maxmath.comb() with the debugger disabled
- Crash on __pthread_kill when entering Play mode
- Crash on tlsf_free when exiting Play Mode in a specific project
- Camera Solid Color is overwritten when injecting Custom Render Pass at 'RenderPassEvent.AfterRenderingPrePasses + 1'
Resolution Note:
https://docs.unity3d.com/ScriptReference/Shader.SetGlobalColor.html
says that it doesn't do color space conversions.