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
- Out-of-bounds memory access with multiple CanvasRenderers under a Canvas when using Mesh API
- Inspector tries to access file after it was deleted when the file was locked in Inspector window
- Changing Transform values in Search window Inspector loses focus while dragging and stopping mouse without releasing dragging action
- Saving changes on the dirty VFX Graph during the Play mode throws "The referenced script (Unknown) on this Behaviour is missing!" warnings
- VFX Graph Debug Info overlaps the "Initialize" block debug info by default
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.