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
- “Remove Unused Overrides” available on not loaded Scene and throws “ArgumentException: The scene is not loaded” warning
- Adaptive Probe Volume occlusion edge is calculated incorrectly when viewing probes near geometry edges
- Sampling a texture using an HLSL file throws shader errors and the code does not compile
- "Graphics.CopyTexture called with null source texture" error when Base Camera of an Overlay Camera is removed with DX11 Graphics API and Compatibility Mode enabled
- WebGL sends wrong value with large numbers when SendMessage function is used
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.