mob-sakai / ParticleEffectForUGUI

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

Size over lifetime not working with UI Particle #271

Closed lucasmontec closed 1 year ago

lucasmontec commented 1 year ago

Describe the bug

The size over lifetime component stops working if I add the UI Particle component to the same object as the UI Particle.

To Reproduce

Steps to reproduce the behavior:

  1. Create a particle system (default)
  2. Add size over lifetime.
  3. Remove looping.
  4. Set the size to decrease to zero on lifetime end, (start with full size).
  5. Size won't change.

Expected behavior

Sizes should change.

Environment (please complete the following)

lucasmontec commented 1 year ago

Setup was wrong. Closing issue.