Search Issue Tracker
Active
Votes
5
Found in
2019.4
2020.3
2021.2
2021.2.10f1
2022.1
2022.2
Issue ID
1405484
Regression
No
Particle trail dies when particle is killed through code when "Die With Particles" is disabled
Reproduction steps:
1. Download and open the attached "GetSetParticlesIsKillingTrails.zip" project
2. In the Hierarchy window, select the "x_ParticleSystem_WithScript" game object
3. Observe the selected particle system in the scene view
Expected result: The particle trail fades away after the particles die
Actual result: The particle trail dies with the particles
Reproducible with: 2019.4.36f1, 2020.3.30f1, 2021.2.14f1, 2022.1.0b10, 2022.2.0a7
Comments (2)
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
- Shadows are not visible in Player when using DX12 with Forward+ or Deferred+ rendering in URP
- Rendering Debugger Playmode debug UI scrolling is jittery when using click and drag to scroll
- Frame Debugger Target Selection Search Results window becomes too tiny to even see the default “Editor” selection when there are no search results
- Async method in Play Mode being aborted when calling `new System.Windows.Forms.Form`
- Animator window Eye button on click visual does not cover the whole area of the button when clicked
euden_one
Mar 14, 2025 15:07
WORKAROUND:
if (_particles[index].remainingLifetime == 0f)
{
_particles[index].remainingLifetime = float.Epsilon;
}
Then use SetParticles() as usual, worked on Unity 2022.3
esco1979
Aug 02, 2024 02:46
Still an issue in 2022.3.34F1. Why has this not been fixed after over a year? Terrible response time.