Search Issue Tracker
Won't Fix
Votes
4
Found in
2022.3.18f1
2023.2.7f1
2023.3.0b4
6000.0.0b11
Issue ID
UUM-61016
Regression
No
Particle System regularly flickers when played
Reproduction steps:
1. Open the attached “Repro“ project
2. Open the “TESTSCENE“ Scene
3. Select the “Particle System” GameObject (vfx_Projectile_v1 > Particle System) in the Hierarchy
4. Play it and observe the Particle System in the Scene View
Expected result: No flickering or any other abnormal behaviour is seen
Actual result: The Particle System regularly flickers
Reproducible with: 2022.1.0a10, 2022.3.18f1, 2023.2.7f1, 2023.3.0b4
Not reproducible with: 2021.3.34f1, 2022.1.0a9
Reproducible on: M1 MacOS 14.2
Not reproducible on: No other environment tested
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
- var VisionOSEDRHeadromm has a comma instead of a dot when building with Metal Rendering App Mode and local OS localization is set to German
- IAP Catalog remove product “x” and add product “+” buttons are not consistent with other remove and add buttons in the Editor
- Performance issues in Play Mode when quickly hovering the mouse cursor over Hierarchy GameObjects
- Frame Debugger displays incorrect output when FidelityFX Super Resolution or Spatial-Temporal Upscaler is used with Temporal Anti-aliasing or Subpixel Morphological Anti-aliasing
- Crash with “Fatal Error! The file ‘MemoryStream’ is corrupted!” when adding a large number in Font Character Rects Size field
Resolution Note:
Sorry if the last reply felt harsh, it was not the intention.
All I meant was that, since you seem to have a workaround already, there is no need to reopen the bug.
I invite you to use the forum instead the next time you need feedback or assistance. There we have better tools to communicate.
Bug resolution notes are meant to provide more context about why a bug is closed, and reopening a bug is usually reserved for cases where the fix has not worked.
I wish I had provided a better workaround from the beginning, but I'm happy that you have something working now.
I will repost the original resolution notes for future reference:
Flickering is caused by the particle having the same Lifetime as the particle system duration.
Depending on the framerate and the accumulated error, in can happen that for one frame the particle has died and the new one has not been spawned yet.