mob-sakai / ParticleEffectForUGUI

Render particle effect in UnityUI(uGUI). Maskable, sortable, and no extra Camera/RenderTexture/Canvas.
MIT License
4.42k stars 625 forks source link

Play on awake checkbox doesn't work #296

Closed MaxMaletin closed 6 months ago

MaxMaletin commented 10 months ago

Tested with version 4.6.2, unity versions 2021.3.11f1 and 2021.3.34f1.

Open demo scene. Uncheck play on awake on any particle system. Expected result: when you hit play, there are no particles. Observed result: checkbox doesn't do anything, particle systems start emitting on awake.

There are obvious workarounds to this, like calling Stop or disabling the gameobject, but I thought I should report it anyways.

mob-sakai commented 9 months ago

Thank you for your reporting!

mob-sakai commented 6 months ago

The issue is not reproduced on my environment. 
If the same issue arises, please re-open this issue.