Search Issue Tracker
By Design
Votes
0
Found in
2017.4.0f1
2018.3.0a1
2019.1.0a1
2019.1.5f1
2019.2.0a1
2019.3.0a1
Issue ID
1161942
Regression
No
Realtime direct contribution is missing when using mixed lights in subtractive lighting mode
How to reproduce:
1. Open the attached project ("MixedLightBug")
2. Click on Directional Light in Hierarchy
3. Change the Shadow Type to Soft Shadows
Notes:
Expected result: realtime direct specular is visible on the sphere
Actual result: direct lighting is baked into the sphere
Reproducible with: 2017.4.29f1, 2018.4.2f1, 2019.1.7f1, 2019.2.0b6, 2019.3.0a6
- Affects all lights (point, spot, and directional)
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
- [Dragon Crashers] Build fails in U6
- [Dragon Crashers] 4 Shader error messages on import
- [Dragon Crashers] Readme text is white on light grey
- Cursor stays in front of the first character when entering text in the TextMeshPro field
- Searching in Hierarchy causes unwanted component calls
Resolution Note (2019.3.X):
By design : No shadow casting mixed lights in substractive or shadowmask fallback to realtime lights.
Details:
mixed mode (substractive and shadowmask) make no sense for no shadow casting light as the whole point of these mode is to handle shadowing. Thus those lights need to fallback to either fully baked or realtime.
As specular have a huge quality impact on final rendering and realtime lights without shadow are not very expensive it was decided that this would be the fallback. However one can still force the light to be a fully baked light without shadow by selecting this mode explicitely.