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
- Property field override bar does not update transparency correctly when switching between valid and invalid GameObjects
- Project window selection is not updated when search term is changed
- Error when adding valid MonoBehaviour script to Prefab in Project window
- Editor Launch Screen will close when Enter is pressed on it
- ObjectPool's pool is destroyed when entering Play Mode without reloading Domain
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.