Skip to content

Releases: mob-sakai/ParticleEffectForUGUI

v5.0.0-preview.1

23 May 11:19

Choose a tag to compare

v5.0.0-preview.1 Pre-release
Pre-release

5.0.0-preview.1 (2024-05-23)

Features

  • add project settings for UIParticle (b6e6185)
  • change the default value of UIParticle.scale from 10 to 1 (1b3c0f9), closes #310
  • UIParticle no longer inherits from MaskableGraphic (b6d921b)

BREAKING CHANGES

  • Some members inherited from MaskableGraphic will no longer be available.

v4.6.6

23 May 11:04

Choose a tag to compare

4.6.6 (2024-05-23)

Bug Fixes

v4.6.5

23 May 08:50

Choose a tag to compare

4.6.5 (2024-05-23)

Bug Fixes

  • update workflows (for preview and v4) (3eab097)

v4.6.4

22 May 10:53

Choose a tag to compare

4.6.4 (2024-05-22)

Bug Fixes

  • assertion failed on expression: 'ps->array_size()' (1b5c359), closes #278
  • lost Material.mainTexture when using AnimatableProperties (ea04352), closes #311
  • remove unnecessary code (c37c014)

v4.6.3

04 Apr 08:25

Choose a tag to compare

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

01 Feb 07:23

Choose a tag to compare

4.6.2 (2024-02-01)

Bug Fixes

v4.6.1

26 Jan 11:41

Choose a tag to compare

4.6.1 (2024-01-26)

Bug Fixes

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

v4.6.0

26 Jan 09:56

Choose a tag to compare

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

24 Jan 07:29

Choose a tag to compare

v4.6.0-preview.1 Pre-release
Pre-release

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

18 Jan 10:42

Choose a tag to compare

4.5.2 (2024-01-18)

Bug Fixes

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