Search Issue Tracker
Won't Fix
Votes
0
Found in
2017.3.1p2
Issue ID
1013696
Regression
No
[CommandBuffer] [Particles] Particles don't face light when rendered at LightEvent.AfterShadowMap in CommandBuffer
How to reproduce:
1. Open given Unity project
2. Enter "Test" scene
3. Enter Play Mode
-- See in the rendered texture in the top left that the rendered particles are rotating instead of always facing the light
Expected result Open Test.cs script and change LightEvent.AfterShadowMap to LightEvent.BeforeShadowMap to see it working as expected. (Particles shouldn't face light when rendered)
Actual result: Particles face light when rendered.
Reproducible with: 2018.2.0a5, 2018.1.0b11, 2017.3.2f1, 2017.2.2p1, 2017.1.3p2, 5.6.5p3
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
- “Label” name in Sprite Library Editor window lacks character limit causing long names go under the Object Field
- Preview image (screenshot) is not available after capturing snapshot in Memory Profiler
- Crash on UNITY_FT_Stream_ReadAt when changing TMPro properties after unloading an AssetBundle
- Particles spawn at the same position when using raw byte address buffer in VFX Graph
- Decal Shader Graph - Custom vertex interpolators are always 0
Resolution Note:
We think the risk of causing new regressions outweighs the benefit of trying to fix this.
Built-in renderer and Particle System are both our of active development so we should try to limit large code churn for them.