Add 'Packages/src/' from commit '32b93d3eeb52c6471244c324d0a6572b756c561a'

git-subtree-dir: Packages/src
git-subtree-mainline: 2aa8d41950
git-subtree-split: 32b93d3eeb
This commit is contained in:
mob-sakai
2024-01-23 14:55:04 +09:00
171 changed files with 109192 additions and 0 deletions

35
Packages/src/package.json Normal file
View File

@@ -0,0 +1,35 @@
{
"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.5.2",
"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"
}
]
}