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
- "InvalidOperationException: Trying to SetRenderAttachment on a texture..." exception is thrown when using the depth back buffer as an input attachment in Renderer Feature on Vulkan Graphics API
- [HDRP Wizard] Reload Window fails to reload the HDRP Wizard window
- [HDRP Wizard] Fix All button is not presented using the macOS system
- "InvalidCastException: Specified cast is not valid" is thrown when Generating Lighting with "Virtual Offset" enabled in APV, and a static Skinned Mesh Rendered with a Mesh Filter Component is in the Scene
- TMP material doesn't update when using Localized Property to change the font assets
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.