Search Issue Tracker
By Design
Votes
9
Found in
2020.3.43f1
2021.3.16f1
2022.2.2f1
2023.1.0a24
Issue ID
UUM-21998
Regression
No
OnParticleSystemStopped() is not called if the Scene view camera and Game view camera are not in a view of GameObject with the Particle System component
Reproduction steps:
- Open the attached “ParticleBugProject” project
- Open the “Test Bug” scene
- Make sure the Scene view camera does not have a visual on “SmallMainExplosion01” GameObject
- Enter the Play Mode
- Wait for 5 seconds
- Observe the Hierarchy
Expected result: “SmallMainExplosion01” GameObject is not present in the Hierarchy
Actual result: “SmallMainExplosion01” GameObject is present in the Hierarchy
Reproducible with: 2020.3.43f1, 2021.3.16f1, 2022.2.2f1, 2023.1.0a24
Reproduced on: Windows 10
Note: Reproduces in the Editor and Player.
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
Resolution Note:
The Culling Mode is set to Pause and Catchup.
This means the system will be paused whilst off screen and not updated. In this set up, the system won't receive its OnParticleSystemStopped callback until it comes back on screen.
To get the desired behaviour, change the Culling Mode for all the systems in the effect to Always Simulate.