You've already forked ParticleEffectForUGUI
mirror of
https://github.com/mob-sakai/ParticleEffectForUGUI.git
synced 2026-05-14 20:20:06 +00:00
## [4.1.4](https://github.com/mob-sakai/ParticleEffectForUGUI/compare/4.1.3...4.1.4) (2022-07-01) ### Bug Fixes * add `Enabled` toggle in overlay window ([f97e619](f97e6195e6)) * if `m_Particles` contains null, an error will occur ([550d0c4](550d0c43be)), closes [#214](https://github.com/mob-sakai/ParticleEffectForUGUI/issues/214) * ParticleSystem reordering and refreshing in inspector does not work for prefab asset ([7eb4112](7eb41124db)) * refresh button does not works in prefab edit mode ([c1538a8](c1538a8399)), closes [#214](https://github.com/mob-sakai/ParticleEffectForUGUI/issues/214) * when `UIParticlrRenderer` destroy manually, an error will occur ([a11d2d0](a11d2d01ce))
36 lines
1005 B
JSON
36 lines
1005 B
JSON
{
|
|
"name": "com.coffee.ui-particle",
|
|
"displayName": "UI Particle",
|
|
"description": "This plugin provide a component to render particle effect for uGUI.\nThe particle rendering is maskable and sortable, without Camera, RenderTexture or Canvas.",
|
|
"version": "4.1.4",
|
|
"unity": "2018.2",
|
|
"license": "MIT",
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "git+https://github.com/mob-sakai/ParticleEffectForUGUI.git"
|
|
},
|
|
"author": "mob-sakai <sakai861104@gmail.com> (https://github.com/mob-sakai)",
|
|
"dependencies": {},
|
|
"keywords": [
|
|
"ui",
|
|
"particle"
|
|
],
|
|
"samples": [
|
|
{
|
|
"displayName": "Demo",
|
|
"description": "UI Particle Demo",
|
|
"path": "Samples~/Demo"
|
|
},
|
|
{
|
|
"displayName": "Cartoon FX & War FX Demo",
|
|
"description": "Cartoon FX & War FX Demo",
|
|
"path": "Samples~/Cartoon FX & War FX Demo"
|
|
},
|
|
{
|
|
"displayName": "Performance Demo",
|
|
"description": "Performance Demo",
|
|
"path": "Samples~/Performance Demo"
|
|
}
|
|
]
|
|
}
|