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
- [Android][iOS] The keyboard closes and re-opens when consecutive input fields are selected
- Complex Sub Graph connected to a Voronoi node is ignored when the shader gets applied as a Material
- Compute Shader property not set error when entering play mode with path tracing and PBR sky
- "WebGL Publish" detects WebGL module and allows building when it is installed without restarting the project
- Editor is non-responsive and flickers when multiple Water System instances are enabled
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