ParticleEffectForUGUI Versions Save

Render particle effect in UnityUI(uGUI). Maskable, sortable, and no extra Camera/RenderTexture/Canvas.

v4.6.3

1 month ago

4.6.3 (2024-04-04)

Bug Fixes

  • if only Trail Material is used, it will not be displayed (2eff411), closes #294
  • if the UIParticle parents do not have Canvas, an exception is thrown in OnEnable (e82c833), closes #300
  • particle size too small due to auto scaling (2ec3748), closes #295

v4.6.2

3 months ago

4.6.2 (2024-02-01)

Bug Fixes

v4.6.1

3 months ago

4.6.1 (2024-01-26)

Bug Fixes

  • unintended scaling occurs when AutoScalingMode=UIParticle and ScalingMode=Local (1627de1), closes #292

v4.6.0

3 months ago

4.6.0 (2024-01-26)

Bug Fixes

Features

  • "[generated]" GameObjects on the hierarchy is disturbing (7c42421), closes #288
  • add explicit dependencies (9a0187a)
  • add icon (0c1022c)
  • remove samples (f53a7fa)

v4.6.0-preview.1

3 months ago

4.6.0-preview.1 (2024-01-24)

Bug Fixes

Features

  • "[generated]" GameObjects on the hierarchy is disturbing (7c42421), closes #288
  • add explicit dependencies (9a0187a)
  • add icon (0c1022c)
  • remove samples (f53a7fa)

4.5.2

3 months ago

4.5.2 (2024-01-18)

Bug Fixes

  • (editor) sometimes crashes when entering play mode (b80c3e6)

4.5.1

4 months ago

4.5.1 (2023-12-23)

Bug Fixes

  • fix material for mesh sharing group (6126af9)
  • the changes made to the material used by the ParticleSystem are not immediately reflected (3184ba9), closes #280

4.5.0

4 months ago

4.5.0 (2023-12-23)

Bug Fixes

  • incorrect rendering of world-space simulated particles while animating scale (ac58475), closes #285
  • remove obsolete warning (5d5eb34)

Features

  • Automatically generated objects are no longer editable (NotEditable). (5607dc4)
  • support IMeshModifier (5c3232f), closes #282

4.4.0

6 months ago

4.4.0 (2023-11-08)

Features

  • support 'Active Apply Color Space' for linear color space (45c56bb)

4.3.0

6 months ago

4.3.0 (2023-11-08)

Features

  • added 'autoScalingMode (None, Transform.localScale, UIParticle.scale)' instead of 'autoScaling' (107f901)
  • reset transform.localScale on upgrading v3.x to v4.x (c710787), closes #277