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
- Texture displays visual artifacts and has a broken aspect ratio when it is imported in RGB 48-bit format
- Diagnostic Warning Resets When Navigating Away and Returning to Diagnostics Settings
- Checkbox Collides with Text in Shader Graph Preferences Settings
- Crash on mecanim::animation::TransformValuesFromClip when entering the Play Mode in a project with Animancer Pro v8
- Connection to Named Pipes fails when server and client are run
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.