Merged in fix/uiparticlesystemloopfix (pull request #95)

Fix for UI Particle system looping
pull/413/head
Simon Jackson 2020-09-28 14:41:15 +00:00
commit 56391827d6
1 changed files with 1 additions and 0 deletions

View File

@ -387,6 +387,7 @@ namespace UnityEngine.UI.Extensions
public void StartParticleEmission()
{
pSystem.time = 0;
pSystem.Play();
}