Search Issue Tracker
By Design
Votes
0
Found in
2018.3.0a1
2018.3.6f1
2019.1.0a1
2019.2.0a1
Issue ID
1128569
Regression
No
Particle System set to Ring Buffer Mode "Pause" or "Loop" leave particles off Screen when Stop() is called from a script
How to reproduce:
1. Open attached project (Bug.zip)
2. Enter Play Mode
3. Rotate Camera to the sky
4. Stop Particles
5. See that the Particles do not disappear
Reproducible with: 2018.3.7f1, 2019.1.0b5, 2019.2.0a6
Not reproducible with 2017.4 because Ring Buffer Mode properties added to Particle System in 2018.3
Actual results: Particles do not disappear once off screen
Expected results: Particles should disappear once off screen
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
- Texture2D hash changes inside of an AssetBundle when rebuilding a SpriteAtlas bundle with an empty AssetPostprocessor Script enabled
- Aniso Level still applies when Generate MipMap is disabled in Texture Import Settings
- Mipmap Limit Groups long names are not truncated when creating a new Mipmap Limit Group with a long name
- “ArgumentException: Invalid double parameter.” error is thrown when Infinity is typed into the Fixed Timestep field
- GameObject becomes gray when using HDRP and STP together on macOS
Resolution Note:
I think it's ok to make the particles die by disabling ringbuffer mode after calling Stop, if that's the behaviour you want. (i.e. your Force Ringbuffer Mode checkbox)
Other users may not want the behaviour you desire. Therefore, both use cases are currently possible.
Traditionally, "Stop" simply prevents new particles from being emitted, it does not forcibly kill particles. I don't want to change that now, because it may negatively impact other users.