-
-
Notifications
You must be signed in to change notification settings - Fork 620
/
package.json
32 lines (32 loc) · 856 Bytes
/
package.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
{
"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.10.2",
"unity": "2018.2",
"license": "MIT",
"repository": {
"type": "git",
"url": "https://github.com/mob-sakai/ParticleEffectForUGUI.git"
},
"author": {
"name": "mob-sakai",
"email": "[email protected]",
"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"
}
]
}