Skip to content

Releases: mob-sakai/ParticleEffectForUGUI

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 [email protected]

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 [email protected]

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 [email protected]

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)

3.3.11

10 Jun 07:21
Compare
Choose a tag to compare

3.3.11 (2022-06-10)

Bug Fixes

  • sorting by layer does not work properly (ccc09e6)
  • when using linear color space, the particle colors are not output correctly (11c3a7b), closes #203

3.3.10

17 Feb 20:45
Compare
Choose a tag to compare

3.3.10 (2022-02-17)

Bug Fixes

  • annoying warning for [ExecuteInEditMode] (b6b2c72), closes #180
  • PrefabStageUtility class is not experimental after 2021.2 (0fd5d7a)