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
- Screen Space Decals ignore Rendering Layer Mask when using OpenGL Graphics API
- Crash on scripting_method_invoke when the Player is build before entering the Play mode in the Editor
- Tile Palette Window zoom level resets when the Window becomes inactive
- [iOS] Exported Xcode "Unity-iPhone" Xcode project shows the "Framework" folder as red
- Hierarchy cannot be scrolled horizontally
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.