Search Issue Tracker
By Design
Votes
0
Found in
2018.3.0a6
2018.3.2f1
2019.1.0a1
2019.2.0a1
Issue ID
1120517
Regression
No
Lerp in Shaders behaves abnormally when using different GPUs
How to reproduce:
1. Open "Main Scene" in the attached "LerpShaderBug.zip"
2. Click on the Assets > Models > Jungle Plant > "Jungle plant" Material
3. In the SSS method Dropdown choose SSS with lerp v1
4. Observe the "Plant" GameObject in the Scene View
Expected behavior: The Color of the plant is rendered smoothly, without any inconsistent Shadows
Actual behavior: Some parts of the Plant has inconsistently dark Shadows
Reproducible with: 2018.3.7f1, 2019.1.0b5 , 2019.2.0a7
Note: The issue is reproducible with Nvidia 750 ti, Radeon R7 370, Radeon HD 5750 and partly reproducible with Nvidia 1060 and MAC. The issue did not reproduce with Nvidia 760. Could not test with 2017.4 - the user's prefabs break in that stream.
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
- Crash on RaiseException when opening a specific project
- DownloadHandlerScript.CompleteContent is called twice when building for WebGL
- Scene view has Y coordinates of the Screen Position node flipped when some of the URP features are disabled
- Volumetric fog shader variants are missing from build when "Strict Shader Variant Matching" is disabled
- Unnecessary modifications clutter the Scene when using a RectTransform driven by a LayoutGroup in a Prefab
Resolution Note:
GPU/driver specific behavioral difference which cannot really be fixed on Unity side. Better use the ternary op which is proven to work.