Search Issue Tracker
Fixed in 10.1.X
Votes
0
Found in [Package]
4.7.0
Issue ID
1114538
Regression
No
[Color] Color fields (except gradients) in the VFX graph are in Gamma color space
Repro steps:
1. Import the attached package, or in a new VFX graph set a color and a gradient block with the values (1, 0.23, 0).
2. Observe how the color and the gradient are visually different.
3. Comparing in Photoshop, it looks like the color block values are (1, 0.52, 0), which if converted to linear space would match (1, 0.23, 0).
4. Observe the output in the scene view is different for the color and the gradient block, even though they have the same values.
Expected outcome: all colors to be in linear color space
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
- “Default Scene” dropdown field contains a spelling mistake “Default Builtin”
- Editor crashes on PPtr<Mesh> after adding Text Mesh and Cloth Components to the same GameObject
- Previously deleted “DefaultLookDevProfile“ is present when upgrading the Editor version
- [Ubuntu] UI text and buttons are missing spaces in Unity Version Control > New Workspace window
- "Inherit attribute is not supported" warning is shown but attributes are available in VFX Graph Output and Update blocks
Resolution Note (fix version 10.1):
The idea is that if you see a color in the editor it will be the same in the resulting effect, and to have the numeric values be in linear. So You will see color in gamma ( because the effect will always appear in gamma at the end) , but numeric values are in linear.