Search Issue Tracker
By Design
Votes
0
Found in
2019.4
2020.3
2021.2
2021.2.4f1
2022.1
Issue ID
1384882
Regression
No
Particle System isn't culled off-screen when the Culling Mode is set to Automatic and the Simulation Space is set to World
How to reproduce:
1. Open the user-submitted project
2. Open the scene "Sample Scene" and enter Play mode (Assets/Scenes/SampleScene.unity)
3. Open the Profiler window and select the CPU Usage Module.
4. In the Module details pane, set the view to "Hierarchy" and enable the Live setting
5. In the search bar, type "particlesystem.update2"
6. Inspect the number of Calls made by this function
Expected result: 0 calls are made
Actual result: 16 calls are made
Reproducible with: 2019.4.33f1, 2020.3.24f1, 2021.2.5f1, 2022.1.0b1
Notes:
1. Not reproducible if the Simulation Space of the Particle Systems is set to "Local"
2. Not reproducible if Culling Mode of the Particle Systems is set to "Pause" or "Pause and Catch-up"
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
- Required SpriteMask class (ID 331) is stripped when "Strip Engine Code" is enabled
- “Maximized serialized file backup not found” error is thrown when minimizing a window in a newly opened project
- Build stack trace contains invalid lines when building with IL2CPP using scripts with delegates containing generic types in the signature
- Entities Systems window has a “Show Full Player Loop” dropdown which does nothing when clicked after enabling “Show Full Player Loop”
- Entities Hierarchy Search “Show/Hide” button’s Lens Icon is blurry when the Editor is on an external monitor
Resolution Note:
This is deliberate for a system using World Space Simulation. If the GameObject is moving off screen, it will have a big impact on what the particles would look like when viewed again (i.e. imagine a GameObject following a spline, it may leave a trail of particles in its wake).
If you want to force a certain behaviour, you can change the culling mode from automatic to something else.