Search Issue Tracker
Duplicate
Votes
0
Found in
2018.3.0f1
2018.3.1f1
2019.1.0a11
2019.2.0a1
Issue ID
1117639
Regression
Yes
Particles are not destroyed when they are spawned off screen
How to reproduce:
1. Open the attached project
2. Enter the Play mode
3. Go to the Hierarchy window -> Select the Main Camera -> go to the Inspector window -> Transform -> set Position X value to 10 or more
Expected: Particles should be destroyed either they are spawned on screen or off screen
Actual: Particles which are spawned off screen are not destroyed
Reproducable with: 2018.3.3f1, 2019.1.0b1, 2019.2.0a2
Not reproducible with: 2017.4.19f1 2018.3.2f1, 2019.1.0a10
-
Dawdlebird
Aug 21, 2019 10:23
Not a duplicate issue; this is about culling individual particles, as opposed to having a culled particle system. But this isn't a bug either; there is no off-screen detection for individual particles built into the particle system, so the described behavior is as intended. Off-screen destruction of particles would be a nice feature though.
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
- Articulation Body with 'Revolute' Joint Type has erratic behavior when Upper Limit is set to above 360
- WebGL Player fails to render Scene when Terrain with Detail Mesh is added and WebGPU Graphics API is used
- Inconsistent errors are logged when different types are passed into the Query "Q<>" method in UIToolkit and the ancestor VisualElement is null
- Crash on GetMaterialPropertyByIndex when opening a specific Scene
- Discrepancies in the styling are present when using a TSS file instead of a USS file in custom EditorWindow
This is a duplicate of issue #1114729