Search Issue Tracker
Fixed in 5.3.2
Votes
8
Found in
5.3.1p1
Issue ID
756971
Regression
Yes
When Particle System is stopped and cleared after that it won't play with simulation space set to local
Reproduction steps:
1. Open attached project (ReproProject.zip)
2. Open and play the "test" scene
3. On the keyboard press "S" (to stop the particle system)
4. Then press "P" on the keyboard (to play the particle system again)
5. Particle system won't play
Actual result: Particle System doesn't play after it was stopped and cleared
Expected result: Particle System should play after it was stopped and cleared.
Note: If the Particle System isn't cleared everything works fine.
Regression introduced in: 5.3
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
- Spot Light with 'Box' Shape stops working when it collides with Mesh
- Accepting Asset Store EULA endless loop in Package Manager window
- “InvalidOperationException: Sequence contains no matching element“ error when reenabling a custom Debug Draw Mode
- Prefab that contains a layout group is marked as changed by the Editor when opened
- Emission animation does not appear when the "Emission Map" parameter is set to black in a Lit material
kubajs
Feb 08, 2016 22:12
The problem only occurs when Simulation Space is set to Local. In World Simulation Space it works properly.
kubajs
Feb 08, 2016 22:02
I can re-create the issue in 5.3.2f1.
skok
Jan 04, 2016 15:07
Note: it works if you add an empty subemitter!
Unfortunately, it's not possible to apply this workaround through code.
(http://forum.unity3d.com/threads/particlesystem-doesnt-play.376212/#post-2448618)
yc960
Jan 03, 2016 06:17
in both 5.3.1 and 5.3.1p1, particle system will not start again when stopped if the space is set to local. This broke nearly all of my effects as I use pooling extensively. I am quite surprised at this getting so few votes.