You've already forked ParticleEffectForUGUI
mirror of
https://github.com/mob-sakai/ParticleEffectForUGUI.git
synced 2026-05-14 20:20:06 +00:00
# [3.1.0](https://github.com/mob-sakai/ParticleEffectForUGUI/compare/3.0.1...3.1.0) (2020-10-28) ### Bug Fixes * compile error in 2018.2 ([82f81ef](82f81efd7e)) ### Features * maskable option to ignore masking ([af5f7e9](af5f7e90b0)), closes [#109](https://github.com/mob-sakai/ParticleEffectForUGUI/issues/109)
31 lines
868 B
JSON
31 lines
868 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": "3.1.0",
|
|
"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"
|
|
}
|
|
]
|
|
}
|