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
- UI becomes unresponsive when using AppUI Navigation and Event System is attached
- PlayerPrefs get corrupted when a minimized fullscreen Player is closed through the Taskbar
- "To Debug, run app with -diag-job-temp-memory-leak-validation cmd line argument. This will output the callstacks of the leaked allocations." warning is printed when JobTempMemoryLeakValidation switch is enabled
- Main Thread stalling when loading Audio Source asset asynchronously while preloading another Audio Source asset
- Material artifacts occur in the Material Preview window when baked lighting is applied to scenes
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.