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
- Redoing creation of Sub Scenes and Cube GameObjects in Hierarchy throws “Assertion failed on expression: 'targetScene != nullptr’” error in Console window
- Selecting “New Sub Scene” after assigning “New Scene” in Sub Scene Script Component throws “Destroying GameObjects immediately is not permitted” in the Console window
- Shader Graph "Zoom Step Size" can be set to 0 even though the zoom still works
- Enabling/Disabling the Deprecated Nodes doesn't apply to the opened Shader Graph unless any Variable is added to the Blackboard
- Group Selection title text size is smaller in renaming than the actual font size
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!