You've already forked ParticleEffectForUGUI
mirror of
https://github.com/mob-sakai/ParticleEffectForUGUI.git
synced 2026-05-14 12:10:08 +00:00
# [3.0.0-preview.31](https://github.com/mob-sakai/ParticleEffectForUGUI/compare/v3.0.0-preview.30...v3.0.0-preview.31) (2020-09-02) ### Bug Fixes * combine Instances error ([878f812](878f81202a)), closes [#91](https://github.com/mob-sakai/ParticleEffectForUGUI/issues/91) * in rare cases, the particle size is incorrect with camera-space mode ([90593ac](90593ac021)), closes [#93](https://github.com/mob-sakai/ParticleEffectForUGUI/issues/93) * trails material uses sprite texture ([9e65ee7](9e65ee7345)), closes [#92](https://github.com/mob-sakai/ParticleEffectForUGUI/issues/92) ### Features * refresh children ParticleSystem with a gameObjects as root ([8bae1d0](8bae1d08cc))
31 lines
879 B
JSON
31 lines
879 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.0.0-preview.31",
|
|
"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"
|
|
}
|
|
]
|
|
}
|