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
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
- Missing script error when clicking “script” link in Cave scene’s Water Sample Description
- [VFX Graph] Set Position Shape Gizmo isn't refreshed after shaper switch
- NullReferenceException is thrown when trying to access volumeStack from the HDCamera class
- Visual artifacts appear when using an Orthographic camera with a Reflection Probe
- Not all animation properties are accessible when a prefab with an avatar model contains a nested copy of itself with a renamed GameObject
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.