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
- Articulation Body with 'Revolute' Joint Type has erratic behavior when Upper Limit is set to above 360
- WebGL Player fails to render Scene when Terrain with Detail Mesh is added and WebGPU Graphics API is used
- Inconsistent errors are logged when different types are passed into the Query "Q<>" method in UIToolkit and the ancestor VisualElement is null
- Crash on GetMaterialPropertyByIndex when opening a specific Scene
- Discrepancies in the styling are present when using a TSS file instead of a USS file in custom EditorWindow
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.