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
Comments (1)
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
- UNITY_EDITOR data is Serialized into AssetBundle when building on the active Build Target
- "TLS Allocator ALLOC_TEMP_TLS, underlying allocator ALLOC_TEMP_MAIN has unfreed allocations..." error when changing the Packages "Cache Location" folder
- CompilationPipeline.assemblyCompilationFinished() hangs unity when reloading domain
- Video framerate is not restored when trying to raise it after lowering it to 10 FPS
- WebGPU: CreateRenderPipeline errors with ShaderVariantCollection warmup
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.