ParticleEffectForUGUI/package.json

20 lines
625 B
JSON
Raw Normal View History

2019-01-17 19:17:53 +08:00
{
"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.",
2019-01-17 20:45:00 +08:00
"version": "2.0.0",
2019-01-17 19:17:53 +08:00
"unity": "2018.2",
"license": "MIT",
"repository": {
"type": "git",
"url": "git+https://github.com/mob-sakai/ParticleEffectForUGUI.git"
},
"src": "Assets/Coffee/UIExtensions/UIParticle",
2019-01-17 19:32:12 +08:00
"author": "mob-sakai <sakai861104@gmail.com> (https://github.com/mob-sakai)",
"editorOnly": false,
"upmSupport": true,
"dependencies": {
}
2019-01-17 19:17:53 +08:00
}