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
- Window preview appears on a different monitor when undocking and dragging a window with a high-resolution monitor set up on the right and a low-resolution monitor on the left.
- Probe Volume Baking Set Reference Documentation is missing
- Crash on RendererScene::NotifyInvisible when entering Play mode after undoing a change within the scene with Ctrl+z
- [iOS] Final Image misaligned when using "ScalableBufferManager.ResizeBuffers" to resize
- GameObjects are not updating when Materials and Cubemaps are updated from Environmental Reflections
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.