Search Issue Tracker
Won't Fix
Votes
0
Found in
2023.2.0a8
Issue ID
UUM-32086
Regression
Yes
[HDRP/VFX] Particles flicker when SG is assigned and Receive Decals and Debug symbols are enabled in Output
How to reproduce:
# Import the attached package
# Drag VFX Graph to the scene
# Select VFX and switch to rotation gizmos
# Rotate VFX along Y axis
# Observe the Scene View or Game View
Actual result: particles do flicker
Notes:
* Not reproducible in URP
* Reproducible in Editor&Player
* Reproduced on macOS M1
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
- Crash on "The GUID inside 'Assets/asset.png.meta' cannot be extracted by the YAML Parser." when opening the project
- Shadows disappear when looking at a certain angle in Scene view and using Cloud Shadows with Volumetric Clouds
- StackOverflowException freezes or silently crashes the Editor
- Microsoft Surface Device freezes when detaching and reattaching physical keyboard attachment to a Microsoft Surface device in Standalone Player for Windows
- Shadows are cast with artifacts on GameObjects when the light type is set to Point
Resolution Note:
Reading the various comment it seems to me that it could be a code generation problem with FXC. When outputing debug symbol it disable optimization as well and maybe this is the root cause of the problem.
Given the issue only appear with debug mode, it is of low priority for users to be solve and if it is an FXC bug, as FXC is not maintain anymore by microsoft we will not go anywhere either. Only possible fix in such context would be to rewrite/refactor the code to not met this issue, but this is too low priority to be investigated. Closing