Search Issue Tracker
Fixed in 2017.2.0f3
Fixed in 2017.1.X, 2017.2.X
Votes
9
Found in
2017.1.0p1
Issue ID
934787
Regression
Yes
Particle System bursts twice when instantiated at a runtime
How to reproduce:
1. Open attached Unity project "BurstBug.zip (4.3 MB)" (attached to additional email)
2. Load "Bug" scene
3. Enter the Play mode
4. Press "Burst" button
Actual Result: ParticleSystem emits burst twice when added at a runtime.
Expected Result: ParticleSystem emits burst once.
Regression first introduced in: 2017.1.0a3
Reproducible with: 2017.3.0a1, 2017.2.0b4, 2017.1.0p2, 2017.1.0a3
Not reproducible with: 5.6.2p4, 2017.1.0a2
Notes:
* If the same prefab is added to the scene in edit mode, it works correctly on play mode.
* In the 5.5 version either in edit and play modes multiple bursts occur.
Comments (4)
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
- Mouse input is registered incorrectly in Custom RP when downscaling Render Target and rendering Overlay UI before final upscale
- Time.deltaTime is locked to the display's refresh rate when the built Player is moved to a Secondary Display and Windowed Mode is used
- Crash on RaiseException when importing a specific asset
- Crash on RaiseException when opening a specific project
- DownloadHandlerScript.CompleteContent is called twice when building for WebGL
lucasjohansson
Feb 18, 2018 15:37
Also getting this in 2017.2.0f3, as 1155032854 said.
1155032854
Nov 28, 2017 02:46
I somehow solved the problem by using "Stop action" in particle system to disable particle instead of using my own script.
Also, use sub-emitter to emit child particles, disable "emission" in particle system of any child object, this also solved the problem for me.
1155032854
Nov 28, 2017 02:17
Still getting this in 2017.2.0f3
When I play a particle system it always burst twice.
FriendNFoe
Aug 28, 2017 13:10
Getting this also in Unity 2017.1.0p1-p5
It's really a gamebreaker if you depend on your ParticleSystems to spawn one mesh particle
it happens for existing particle systems too, even when not instantiating them from code as well!