You've already forked ParticleEffectForUGUI
mirror of
https://github.com/mob-sakai/ParticleEffectForUGUI.git
synced 2026-05-14 12:10:08 +00:00
# [4.9.0](https://github.com/mob-sakai/ParticleEffectForUGUI/compare/v4.8.1...v4.9.0) (2024-07-18) ### Features * ParticleAttractor supports multiple ParticleSystems ([3834780](3834780fdb))
33 lines
855 B
JSON
33 lines
855 B
JSON
{
|
|
"name": "com.coffee.ui-particle",
|
|
"displayName": "UI Particle",
|
|
"description": "This package provides a component to render particle effects for uGUI.\nThe particle rendering is maskable and sortable, without the need for an extra Camera, RenderTexture, or Canvas.",
|
|
"version": "4.9.0",
|
|
"unity": "2018.2",
|
|
"license": "MIT",
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "https://github.com/mob-sakai/ParticleEffectForUGUI.git"
|
|
},
|
|
"author": {
|
|
"name": "mob-sakai",
|
|
"email": "sakai861104@gmail.com",
|
|
"url": "https://github.com/mob-sakai"
|
|
},
|
|
"dependencies": {
|
|
"com.unity.ugui": "1.0.0",
|
|
"com.unity.modules.particlesystem": "1.0.0"
|
|
},
|
|
"keywords": [
|
|
"ui",
|
|
"particle"
|
|
],
|
|
"samples": [
|
|
{
|
|
"displayName": "Demo",
|
|
"description": "UI Particle Demo",
|
|
"path": "Samples~/Demo"
|
|
}
|
|
]
|
|
}
|