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
- Inconsistent Node search results in VFX Graph
- Standalone Profiler stays in Dark Theme after switching Editor theme to Light on Ubuntu
- Inconsistency in capitalisation and styling across various nodes and block in VFX Graph
- Package Manager Select all keyboard shortcut selects all packages even if they’re not visible to the user when the Package Manager has no search results and the shortcut is pressed
- "NullReferenceException" error and memory leak warning is thrown when Entities Graphics package is installed
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.