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
- Manual reference page for Grid Selection is missing
- Awaitable.NextFrameAsync causes GC Alloc 0.7 KB when using CancellationToken
- Prefab "Overrides" list item popups are overridden when navigating with keyboard arrow keys
- Alpha Tolerance setting does not affect generated outlines when generating Custom Physics Shape in the Sprite Editor
- The information/help message section misses a margin in the "Profiler" window
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.