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
- Mono Windows Builds don't produce full log callstacks when generating logs
- AssetBundles fail to load when running in Built Players for Mobile Devices
- UI elements with text gets bigger and grey when Player window is moved to another screen with different resolution
- System name accepts multiline text but crops it on confirmation, duplicates input, and shrinks the field when empty
- UI element scale and position are wrong in project build when DRS is changed with HDR and Software Dynamic Resolution enabled
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.