Search Issue Tracker
Fixed in 2018.1.X
Votes
0
Found in
2018.1.0a2
2018.1.0b13
Issue ID
1026821
Regression
Yes
Custom Inspector Style background color is much brighter than declared
How to reproduce:
1. Open tester's project (case_1026821-TestAssets2018.1.zip)
2. Open scene "1.unity"
3. Select "Main Camera" GameObject
4. Inspect Volumetric Fog script custom inspector color
Expected result: Custom inspector background color corresponds to the declared RGB brightness
Actual result: Custom inspector background color is too bright for the declared RGB brightness
Reproducible with: 2018.1.0a2, 2018.1.0f1, 2018.2.0b1
Not reproducible with: 2017.2.2p3, 2017.3.2f1, 2017.4.1f1, 2018.1.0a1
Could not test with: 5.6.6f1, 2017.1.3p3 (Project is not compatible)
Comments (2)
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
- “Remove Unused Overrides” available on not loaded Scene and throws “ArgumentException: The scene is not loaded” warning
- Adaptive Probe Volume occlusion edge is calculated incorrectly when viewing probes near geometry edges
- Sampling a texture using an HLSL file throws shader errors and the code does not compile
- "Graphics.CopyTexture called with null source texture" error when Base Camera of an Overlay Camera is removed with DX11 Graphics API and Compatibility Mode enabled
- WebGL sends wrong value with large numbers when SendMessage function is used
mikael_kalms
Sep 26, 2018 07:18
Hmm - this may on the other hand be a problem with the https://github.com/rotorz/unity3d-reorderable-list plugin. If I force it to create its background textures in non-linear color space (by setting linear = false in the Texture2D constructor), then the UI elements are no longer too bright.
mikael_kalms
Sep 26, 2018 06:46
This may well have been fixed in 2018.1 as the issue claims, but in that case there has been a regression with 2018.2-2018.3. We see this happen in 2018.2.1f1, 2018.2.5f1, 2018.3.0b2 when using https://github.com/rotorz/unity3d-reorderable-list in our custom inspectors.