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
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 behaviour when interacting with different dropdown types with pointer events on parent Visual Element
- Hidden GameObjects won't re-enable when they have call "DontDestroyOnLoad" function
- Overlay Canvas are rendered on each split-screen camera when HDR is enabled
- [Android] The Player loses focus when using UnityEngine.Handheld.StartActivityIndicator() with Facebook SDK
- Build fails with "Building Library/Bee/artifacts/MacStandalonePlayerBuildProgram/gahcy/hj9mx3z/951.0 failed with output:..." errors when Scripting Backend is set to IL2CPP
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.