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
- Packages cannot be added from a registry that returns invalid publish dates [Windows-only]
- Physics.SyncColliderTransforms syncs every collider when the local position hasn't changed
- [GPU PLM] Part of baked shadows are broken when hitting a backface
- [DX12] Nothing is being rendered when using Alt+Enter to maximize a resized windowed player
- [DX12] Player freezes and/or crashes when switching between full screen modes
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.