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
- Rendering is broken with UIToolkit with many Intel GPUs (driver-bug)
- [Vulkan] Crash in Windows Standalone when Vulkan is set as rendering API and player window is out of focus
- "Can't destroy Transform component" Error is thrown when closing a scene that contains a DontSave Prefab with a Child
- [Particle System] Editor freezes when assigning a nested Particle System in the Sub Emitter Module
- Unable to switch to different material when selecting another material from Asset selector window on Particle System Material
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.