Search Issue Tracker
Duplicate
Votes
0
Found in
5.0.0b15
Issue ID
652787
Regression
No
[Color Space] Switching Color Space explicitly alters color values (first time only)
Steps to reproduce:
1. Create a new unity project
2. Add a plane to the scene (GameObject -> 3D Object -> Plane)
3. Create new material (Assets -> Create -> Material)
4. Set the material color to simple gray (R 128, G 128, B 128)
5. Attach the material to the plane
6. Make sure 'Color Space' property is set to 'Gamma'
7. Change the 'Color Space' to 'Linear'
8. Notice how material color is set to brighter gray (R 188, G 188, B 188)
9. Set the 'Color Space' to 'Gamma' again
10. Notice the color goes back to 128, 128, 128
11. Set the 'Color Space' to 'Linear' again
12. Notice how this time material color stays the same (128, 128, 128)
Note: If you change the color of the material after the first switch to linear and then go back to gamma space, it will stay at the value that was set manually.
All about bugs
View bugs we have successfully reproduced, and vote for the bugs you want to see fixed most urgently.
Latest issues
- "Problem detected while importing the Prefab file" errors on Learning Templates import
- Crash on RaiseException during Socket.BeginConnect in Player when application connection is blocked through commercial firewall
- Decal Projector produces artifacts when the normal and decal are projected in negative z-direction and Normal Blend is set to 1
- Undoing slider field change only resets slider position, doesn't undo the value change
- Precision changes when a tangent is added to a Vertex node
Add comment