Search Issue Tracker
Fixed in 11.0.X
Votes
3
Found in [Package]
?
Issue ID
1270344
Regression
No
[Shadergraph] Additive blending on PBR / Universal Lit and unlit shadergraph ignores alpha in Universal RP
Reproduces in 4.10.0-preview, 7.4.1, and 10.0.0-preview.26
Repro steps:
1. Make a new PBR / Universal Lit shadergraph
2. Set it to transparent and set the blend mode to additive
3. Change the alpha input to 0.1
Expected result: the shader becomes less opaque
Actual result: the alpha has no effect when the blend mode is additive
Note: this does not have parity with the Universal Lit shader, where the alpha will affect the transparency when it is set to additive. Also effects universal unlit graph.
Comments (1)
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
- Memory leak occurs when focused on Player while using Direct3D12
- var VisionOSEDRHeadromm has a comma instead of a dot when building with Metal Rendering App Mode and local OS localization is set to German
- IAP Catalog remove product “x” and add product “+” buttons are not consistent with other remove and add buttons in the Editor
- Performance issues in Play Mode when quickly hovering the mouse cursor over Hierarchy GameObjects
- Frame Debugger displays incorrect output when FidelityFX Super Resolution or Spatial-Temporal Upscaler is used with Temporal Anti-aliasing or Subpixel Morphological Anti-aliasing
PeterAndrewB
Aug 25, 2020 15:35
Hope you guys can fix this soon! With the current way the Additive blend is working, the Color is actually driving the alpha, so its a bit of a pain to have to work around and find a way to get the full control over the color, emissive intensity, and transparency on any additive shader