Search Issue Tracker
By Design
Votes
0
Found in
2018.1.0b4
2018.2.6f1
Issue ID
1078637
Regression
Yes
Using HDR picker changes color when Color Space setting in Player Settings is set to Linear
How to reproduce:
1. Download user's attached project "HDR Picker Upgrade Test 2018.zip"
2. In the project open the scene "TestScene"
3. In the Hierarchy window select Sphere GameObject, then change the Shader on the material to Custom/HDRPicker and notice that the sphere now appears noticeably brighter
4. Go to Player Settings and change the "Color Space" to "Gamma" then repeat the above steps
Expected results: After setting "Color Space" to "Linear" in Player Settings the color stays consistent regardless of which color picker is used on the Material
Actual results: After setting "Color Space" to "Linear" in Player Settings the color becomes inconsistent and is dependant on which color picker is used
Reproducible with: 2018.1.9f2, 2018.2.7f1, 2018.3.0b1
Not reproducible with: 2017.4.11f1
Regression introduced in: 2018.1.0b4 (003615bcffde)
Note: This does not happen with Linear Color Space in 2017.4 version
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
- Articulation Body with 'Revolute' Joint Type has erratic behavior when Upper Limit is set to above 360
- WebGL Player fails to render Scene when Terrain with Detail Mesh is added and WebGPU Graphics API is used
- Inconsistent errors are logged when different types are passed into the Query "Q<>" method in UIToolkit and the ancestor VisualElement is null
- Crash on GetMaterialPropertyByIndex when opening a specific Scene
- Discrepancies in the styling are present when using a TSS file instead of a USS file in custom EditorWindow
Thygrrr
Mar 06, 2021 13:55
This occurs in Unity 2020.2 as well.
In part, this may be "by design", but I would expect all color pickers and fields to render the linearized color; or - ideally - render the gamma-ized color in preview (which is on a screen, so should generally be gamma), and internally work with the linear values.