Search Issue Tracker
Won't Fix
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
- Text render issues and various exceptions in TextCore when using TextSettings option "Match Material Presets"
- NullReferenceException error is thrown when unpacking multiple instances of the same UI Document
- URP Decal Projectors don't render when they are hidden in the Hierarchy, unlike other GameObjects
- Reflection Probe “adjusting number of stops to over or under expose the texture” setting does not update in Scene realtime
- UI Toolkit rendered text breaks when toggling FontWeight styles through code
Resolution Note:
The perceived issue was caused by the particles receiving shadows, unlike in the reference scene.