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.
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
- [Silicon] Crash with multiple StackTraces when entering Play Mode in a project with corrupted FBX files
- Index Out Of Range exception when trying to use Rendering Layer Override in Probe Adjustment Volume without a mask defined in lighting settings
- [Android] [Vulkan] [WebCamTexture] "WebCamTexture.Play" crashes the application when the camera is started
- Huge performance overheads appear when there is a large amount of bindings in the UI Toolkit
- Visual Effects Graph Blackboard can't be scrolled horizontally
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!