diff --git a/Scripts/UIParticle.cs b/Scripts/UIParticle.cs index 2d3d9fc..a983f7d 100755 --- a/Scripts/UIParticle.cs +++ b/Scripts/UIParticle.cs @@ -131,6 +131,7 @@ namespace Coffee.UIExtensions particles.Exec(p => { p.Simulate(0, false, true); + Debug.Log(p.particleCount); }); }