Search Issue Tracker
Fixed in 2019.2
Fixed in 2018.4, 2019.1
Votes
0
Found in
2019.1.0b5
Issue ID
1131348
Regression
No
Shadows fail to cast in this scene
Shadows fail to cast in this scene
This scene shadows fail to render, there is two reasons, first is LWRP still listens to the shadows setting in Quality Settings so if shadows are off there then the sahdow pass fails to execute. Second then it is enabled in quality settings the shadow pass is empty, this might be connected to mixed lighting being baked then disabled.
Repo steps:
1) Open attatcehd project
2) Load sample scene
Expected results: Shadows are cast from the spheres
Actual result: No shadows are cast in the scene
Repoed with LWRP 5.3.1 in 2019.1a5
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
- [Linux Hub] A new instance of the Hub does not have a Taskbar icon
- Mesh Inspector becomes slow to use when inspecting a large Mesh with Blend Shapes
- [Metal] GfxDeviceMetal::CreateComputeProgram does not check inputs
- The Modes button of the the SerializedField MinMaxGradient is not clickable in the Inspector when indentLevel is more than 0
- Input.GetKey for Left Shift returns true when Right Shift is held down and Left Shift is pressed (and vice versa)
Resolution Note (fix version 2019.2):
When an SRP is active now the shadow controls are handled by the SRP rather than the hidden quality setting.