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-02-15 21:21:57 +08:00
"version" : "2.1.1" ,
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
}