Search Issue Tracker
By Design
Votes
0
Found in
2017.3.0a1
2018.1.9f1
2018.3.0a1
2019.1.0a1
Issue ID
1097020
Regression
No
Shadow caster cannot set culling in "Deferred" rendering path
Reproduction steps:
1. Open "TestHair.zip" project
2. Look at the "Quad"/"Quad1" in the Scene view and the Game view
Expected Result: Both views look the same
Actual Result: Game view "Quad"/"Quad1" isn't rendering properly with the skybox
Reproduced with: 2019.1.0a12, 2018.3.1f1, 2017.4.17f1
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
- “Remove Unused Overrides” available on not loaded Scene and throws “ArgumentException: The scene is not loaded” warning
- Adaptive Probe Volume occlusion edge is calculated incorrectly when viewing probes near geometry edges
- Sampling a texture using an HLSL file throws shader errors and the code does not compile
- "Graphics.CopyTexture called with null source texture" error when Base Camera of an Overlay Camera is removed with DX11 Graphics API and Compatibility Mode enabled
- WebGL sends wrong value with large numbers when SendMessage function is used
Resolution Note:
Select Hair material and set RenderQueue to 3000.
The hair shader is actually rendering with semi-transparent which should have the queue 3000.
By design that transparent objects won't be able to receive shadows in builtin pipelines.