Search Issue Tracker
Won't Fix
Won't Fix in 2023.2.X
Votes
0
Found in
2021.3.17f1
2022.2.3f1
2023.1.0b1
2023.2.0a1
Issue ID
UUM-25390
Regression
No
[VFX Graph] Light and shadow information inherited by a translucent material at spawn remains constant and does not take into account the particle's orientation
How to reproduce:
- Import the attached package to HDRP project
- Open 'Scene' scene
- [Optional] To understand this bizarre behavior, in Hierarchy, select NEW > ShadowCaster and turn on/turn off Cast Shadows in Lighting dropdown and pan Scene View camera around
- Open Game View
- Observe that lighting information received at spawn time sticks with the particle thus areas that should be shadowed looks lit and vice versa. When orientation changes and we pan camera around I'd expect light/shadow information to be updated accordingly.
Notes:
- See attachments for visuals
- I've shared Slack conversation in the comment section, it contains a good comparison of particles vs plane from Julien. The bug was initially found in FPSSample.
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
- Build fails when building a project containing an 18+ dimension array with IL2CPP
- [Android][Sentis] Human poses are not detected when using the BlazePose model
- Sprite Editor Outline Tool Overlay is not displayed when no Sprite is selected
- “No method with RuntimeInitializeOnLoadMethod attribute” warning from ReadmeEditor.cs is thrown after installing Project Auditor Rules
- Projection matrix is altered when using RasterCommandBuffer.ClearRenderTarget on DX12 and Metal
Resolution Note:
The perceived issue was caused by the particles receiving shadows, unlike in the reference scene.
Resolution Note (2023.2.X):
The perceived issue was caused by the particles receiving shadows, unlike in the reference scene.