Search Issue Tracker
Fixed in 5.6.0
Votes
0
Found in
5.6.0f1
Issue ID
891482
Regression
Yes
[5.6] Light color alpha does not pass into the shaders
The alpha value of light's color property does not pass into shaders regardless of rendering path (deferred/forward). It is fixed for trunk but we also need a PR for 5.6.
Steps for reproduction:
1) Open the project attach below or create a new scene
2) Change the alpha value of the light color (i.e. Directional light) in the inspector
3) When light color is checked in the frame debugger, the alpha is always 1
Notes:
- It is fixed in here: https://ono.unity3d.com/unity/unity/changeset/71843a101959 and we need the backport to 5.6
- There are popular assets in AssetStore (i.e. Alloy Physical Shader Framework) and users who rely on this feature, therefore user prevalence is high
- Regression introduced in 5.6.0b2
- Image from the Frame Debugger is attached below
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
Add comment