4.0.0-preview.1
Pre-release
Pre-release
·
210 commits
to preview
since this release
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 [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
- 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.