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
- Crash on [NSApplication endModalSession:] when saving while Play Mode is loading
- Incorrect Preferred Height calculation when a single text line uses different Font Assets
- [ShaderGraph] Redo Collapse Nodes action does not fully collapse the Nodes
- [Ubuntu] Mouse cursor is set box select mode after exiting VFX Graph's Rename Context function
- Unrecognized identifier DECLARE_STACK_CB error is thrown when VirtualTexture Property is used with Custom RenderTexture target
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!