Search Issue Tracker
Duplicate
Votes
1
Found in [Package]
5.11.1 - 5.16.1
Issue ID
1173100
Regression
No
[LWRP] Shadows are rendered through gameobjects when Cascades are used
How to reproduce:
1. Open attached Unity project
2. Enter the play mode
3. Walk up to the space ship on the upper floor, stand in the sunlight but look towards some shadows
Expected result: There should be no shadows on the gun.
Actual result: Shadows are rendered on top of the gun.
Reproduced with: 2019.1.14f1, 2019.2.1f1.
Reproduced on LWRP Package: 5.11.1 - 5.16.1.
Notes:
This issue disappears when "No Cascades" is selected under Shadows/Cascades dropdown in FPSDemoCompleted Asset.
This issue is visible only on 2019.1 and 2019.2 versions of Unity. In other versions project loads with errors.
Can't test Platform Importance because of a broken shader.
Comments (1)
-
gustavolsson
Aug 14, 2019 09:14
Actually, the problem is not that cascaded shadows do not show up on alpha blended objects, the problem is that the stencil buffer is used to render the gun at a different field of view in that particular scene (that's what the example scene shows how to do, check out the LWRP asset). The gun is rendered before any other object in the scene and it also marks the stencil buffer pixels where it is rendered. Then, the rest of the scene is rendered in places where the stencil buffer is not marked, the problem is that the screen space shadow resolve texture (that is only active when cascades are enabled) does not respect this stencil buffer override and thus renders ontop of the gun. The rest of the geometry would also render on top of the gun if it didn't respect the stencil buffer override.
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
- Editor is stuck in an infinite reimport loop when a specific project is reloaded
- Editor gets stuck on the "Reloading Domain" window when the Play Mode is entered and exited a few times in a short period
- Undoing Animator Parameter name change breaks references to it
- Crash on BV4_OverlapBoxAll when moving in play mode
- Custom mesh water surface normal map fades out when Y Position increases
This is a duplicate of issue #1116936