Skip to content

Releases: mob-sakai/ParticleEffectForUGUI

4.1.5

10 Aug 01:45
Compare
Choose a tag to compare

4.1.5 (2022-08-10)

Bug Fixes

4.1.4

01 Jul 07:49
Compare
Choose a tag to compare

4.1.4 (2022-07-01)

Bug Fixes

  • add Enabled toggle in overlay window (f97e619)
  • if m_Particles contains null, an error will occur (550d0c4), closes #214
  • ParticleSystem reordering and refreshing in inspector does not work for prefab asset (7eb4112)
  • refresh button does not works in prefab edit mode (c1538a8), closes #214
  • when UIParticlrRenderer destroy manually, an error will occur (a11d2d0)

4.1.3

28 Jun 08:07
Compare
Choose a tag to compare

4.1.3 (2022-06-28)

Bug Fixes

4.1.2

27 Jun 16:08
Compare
Choose a tag to compare

4.1.2 (2022-06-27)

Bug Fixes

  • error on editor (8034228), closes #210
  • incorrect position of world space trail particles (fb7f308), closes #209

4.1.1

25 Jun 06:57
Compare
Choose a tag to compare

4.1.1 (2022-06-25)

Bug Fixes

  • add absolute mode toggle to overlay window (48d1994)

4.1.0

25 Jun 00:37
Compare
Choose a tag to compare

4.1.0 (2022-06-25)

Installation

Unity 2018.3 or later

Using OpenUPM

openupm add com.coffee.ui-particle@4.1.0

Using Unity Package Manager Window

  • Select Add package from git URL... from the add menu.
  • Enter the following URL and click Add.
https://github.com/mob-sakai/ParticleEffectForUGUI.git#4.1.0

Using manifest.json

  • Find the manifest.json file in the Packages folder of your project and edit it to look like this:
{
  "dependencies": {
    "com.coffee.ui-particle": "https://github.com/mob-sakai/ParticleEffectForUGUI.git#4.1.0",
    ...
  },
}





Features

  • add relative/absolute particle position mode (1879ac8), closes #205

4.0.1

24 Jun 00:54
Compare
Choose a tag to compare

4.0.1 (2022-06-24)

Bug Fixes

4.0.0

21 Jun 12:12
Compare
Choose a tag to compare

4.0.0 (2022-06-21)

Installation

Unity 2018.3 or later

Using OpenUPM

openupm add com.coffee.ui-particle@4.0.0

Using Unity Package Manager Window

  • Select Add package from git URL... from the add menu.
  • Enter the following URL and click Add.
https://github.com/mob-sakai/ParticleEffectForUGUI.git#4.0.0

Using manifest.json

  • Find the manifest.json file in the Packages folder of your project and edit it to look like this:
{
  "dependencies": {
    "com.coffee.ui-particle": "https://github.com/mob-sakai/ParticleEffectForUGUI.git#4.0.0",
    ...
  },
}





Bug Fixes

  • correct world space particle position when changing screen size (c6644a2)
  • keep properly canvas batches (d8e96e6)

Features

  • adaptive scaling for UI (aa0d56f)
  • add overlay window for UIParticle (7b21c50)
  • add particle attractor component (386170c)
  • display warning in inspector if using 'TEXCOORD*.zw' components as custom vertex stream (59221d5)
  • mesh sharing group (9afeebf)
  • random mesh sharing group (4fa43ed)
  • support 8+ materials (b76bf5a), closes #122 #152 #186

BREAKING CHANGES

  • If you update to v4, you may be required to adjust your UIParticle.scale.

4.0.0-preview.1

18 Jun 02:52
Compare
Choose a tag to compare
4.0.0-preview.1 Pre-release
Pre-release

4.0.0-preview.1 (2022-06-18)

Installation

Unity 2018.3 or later

Using OpenUPM

openupm add com.coffee.ui-particle@4.0.0-preview.1

Using Unity Package Manager Window

  • Select Add package from git URL... from the add menu.
  • Enter the following URL and click Add.
https://github.com/mob-sakai/ParticleEffectForUGUI.git#4.0.0-preview.1

Using manifest.json

  • Find the manifest.json file in the Packages folder of your project and edit it to look like this:
{
  "dependencies": {
    "com.coffee.ui-particle": "https://github.com/mob-sakai/ParticleEffectForUGUI.git#4.0.0-preview.1",
    ...
  },
}





Bug Fixes

  • correct world space particle position when changing screen size (c6644a2)
  • keep properly canvas batches (d8e96e6)

Features

BREAKING CHANGES

  • If you update to v4, you may be required to adjust your UIParticle.scale.

3.3.12

10 Jun 11:32
Compare
Choose a tag to compare

3.3.12 (2022-06-10)

Bug Fixes

  • always display materials in inspector (a10042d)
  • UNITY_UI_ALPHACLIP in UIAdditive shader is not working (e817e8d)