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
- Out-of-bounds memory access with multiple CanvasRenderers under a Canvas when using Mesh API
- Inspector tries to access file after it was deleted when the file was locked in Inspector window
- Changing Transform values in Search window Inspector loses focus while dragging and stopping mouse without releasing dragging action
- Saving changes on the dirty VFX Graph during the Play mode throws "The referenced script (Unknown) on this Behaviour is missing!" warnings
- VFX Graph Debug Info overlaps the "Initialize" block debug info by default
This is a duplicate of issue #1116936