Releases: mob-sakai/ParticleEffectForUGUI
Releases · mob-sakai/ParticleEffectForUGUI
4.1.5
4.1.4
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
4.1.2
4.1.1
4.1.0
4.1.0 (2022-06-25)
Installation
Unity 2018.3 or later
Using OpenUPM
- You can install it via openupm-cli.
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
4.0.1
4.0.0
4.0.0 (2022-06-21)
Installation
Unity 2018.3 or later
Using OpenUPM
- You can install it via openupm-cli.
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
4.0.0-preview.1 (2022-06-18)
Installation
Unity 2018.3 or later
Using OpenUPM
- You can install it via openupm-cli.
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
- adaptive scaling for UI (aa0d56f)
- add overlay window for UIParticle (7b21c50)
- add particle attractor component (386170c)
- 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.