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
- UnityYamlMerge.exe doesn't correctly handle merge conflicts in modified properties on a prefab variant
- Inconsistent color scheme in "Details" section of "Select Presets" inspector window
- Crash on __pthread_kill when launching Editor via command-line with "-disableManagedDebugger" argument
- [VFX] Deleting “New Group Node” name doesn’t allow to type or add new name
- [VFX] Creating a long Group Node name breaks nodes boarders
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.