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
- Redoing creation of Sub Scenes and Cube GameObjects in Hierarchy throws “Assertion failed on expression: 'targetScene != nullptr’” error in Console window
- Selecting “New Sub Scene” after assigning “New Scene” in Sub Scene Script Component throws “Destroying GameObjects immediately is not permitted” in the Console window
- Shader Graph "Zoom Step Size" can be set to 0 even though the zoom still works
- Enabling/Disabling the Deprecated Nodes doesn't apply to the opened Shader Graph unless any Variable is added to the Blackboard
- Group Selection title text size is smaller in renaming than the actual font size
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.