Search Issue Tracker
Fixed in 2019.2.X
Fixed in 2018.4.X, 2019.1.X
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
- Animator Controller throws MissingReferenceException after undoing Layer Creation
- Full stack trace is always printed when an exception occurs in an IL2CPP build
- Licensing Client fails to launch when opening Unity Hub (licensing client path is not found)
- Licensing Client fails to launch when opening Unity Hub
- Different custom Shader behavior when GPU Resident Drawer is enabled
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.