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
- SerializeReference does not update references when the generic field type changes
- Memory leak when running tests in IL2CPP with System.Threading.Timer
- Tile Palette Tilemap dropdown icons are not visible
- Create New Tile Palette dropdown text is not centered and text is cut off
- Volume numeric fields allows adding unlimited number in numeric field which breaks UI, no character limit
Add comment