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
- "Shader warning in 'Hidden/Light2D': implicit truncation of vector type" is thrown when building Universal 2D template
- AI Assistant breaks compilation of packages using System.Runtime.CompilerServices.Unsafe via auto-referencing
- Unity Hub checks the "Documentation" module by default on the 6.4 and 6.5 streams despite that it was unchecked with the previous installs
- Shortcut that toggles between Dopesheet and Curves Views in the Animation Window's Timeline is mislabed
- Property List Items Overlap onto the Property List's top edge when scrolling through a long Property List
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.