20 lines
625 B
JSON
20 lines
625 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": "2.1.0",
|
|
"unity": "2018.2",
|
|
"license": "MIT",
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "git+https://github.com/mob-sakai/ParticleEffectForUGUI.git"
|
|
},
|
|
"src": "Assets/Coffee/UIExtensions/UIParticle",
|
|
"author": "mob-sakai <sakai861104@gmail.com> (https://github.com/mob-sakai)",
|
|
"editorOnly": false,
|
|
"upmSupport": true,
|
|
"dependencies": {
|
|
}
|
|
}
|
|
|