Search Issue Tracker
Fixed in 4.0.0-preview
Votes
1
Found in [Package]
3.3.0
Issue ID
1079644
Regression
No
The LWRP ShaderGraph doesn't support alpha clipping for opaque objects and doesn't do the clip/discard in the shadow pass
To reproduce:
1. Open the user's attached project
2. Open the "LWRP-Discard" scene found it Assets/LWRP
3. Take a look at the Quad's shadow
4. Set the SRP in Graphics Settings to "LWRP"
5. Open the Scene in Assets/BuiltIn and observe the Quad's shadow there
Expected result: The Shader has alpha clipping for opaque objects and clip/discard the shadow pass for clipped objects
Actual result: Alpha clipping does not work and the cast shadows are visible through the Quad on parts it has full opacity
Reproduced with LWRP versions 3.3.0, 3.1.0, 3.0.0, 2.0.8
All about bugs
View bugs we have successfully reproduced, and vote for the bugs you want to see fixed most urgently.
Latest issues
- Texture Sampling overlap causes graphical errors on specific Graphics APIs and Devices when using Framebuffer Fetch
- [Android] AssetBundle loading performance degradation when loading from a local Assetbundle
- [iOS][Android] Reflection with Generic Class returns unexpected values
- Shader Variant Collection Asset UI is hard to read when multiple Shaders and keywords are added
- Regression for "WebGL build is missing "malloc" and "free" functions when passing "-sERROR_ON_UNDEFINED_SYMBOLS=0" to emscriptenArgs"
Add comment