Search Issue Tracker
Fixed in 2018.1.X
Fixed in 2017.2.X, 2017.3.X
Votes
0
Found in
2017.2.0f3
Issue ID
974867
Regression
No
Particle System Stop Action Destroy doesn't destroy Particles which finish off screen
How to reproduce:
1. Download project "ParticlesRepro.zip" and open in Unity
2. Open "Scene" scene
3. Enter play mode
--Notice that these particles which are spawned on screen (in front of the camera) are destroyed after play, but those who are spawned off screen (behind the camera) are not destroyed after play
Expected result: Particles should be destroyed either they are spawned on screen or off screen
Actual result: Particles which are spawned off screen are not destroyed after play
Reproducible with:2017.2.0p4, 2017.3.0f1, 2018.1.0a7
Note:
Pressing the Play button in the bottom right of the scene view will play and destroy that particle
Cannot be tested with 5.5-2017.1 because Stop Action was added to Particle System in 2017.2
Comments (3)
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
- [Android] Stage information is not logged when Log Shader Compilation is enabled
- [Vulkan] The memory allocation increases rapidly when there are multiple (three or more) Real-Time Reflection Probes in the Scene
- [macOS] Library folder of the opened project can be deleted which leads to the crash
- “Default Scene” dropdown field contains a spelling mistake “Default Builtin”
- Editor crashes on PPtr<Mesh> after adding Text Mesh and Cloth Components to the same GameObject
Ava42
Sep 22, 2022 10:49
in 2021.3.10f1 still bugged
DAlumbaugh
Jun 11, 2022 04:40
Still happening in 2021.3.3f1. If I wait it never destroys the game object. When I zoom out it will destroy it.
bilalakil
Jan 16, 2019 12:35
This issue is still occurring in 2018.3.1f1. The same reproduction steps apply.