-
-
Notifications
You must be signed in to change notification settings - Fork 25
/
Copy pathpackage.json
36 lines (36 loc) · 871 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
33
34
35
36
{
"name": "com.qiaozhilei.easy-text-effects",
"version": "1.0.5",
"displayName": "Easy Text Effects",
"description": "Easily animate TextMeshPro text with stunning, customizable effects!",
"unity": "2021.3",
"author": {
"name": "Qiaozhi Lei",
"email": "georgeleiqiaozhi@gmail.com",
"url": "github.com/LeiQiaoZhi"
},
"dependencies": {
"com.unity.ugui": "1.0.0"
},
"keywords": [
"text",
"text effects",
"TMP",
"TextMesh Pro",
"text animation",
"unity",
"package"
],
"samples": [
{
"displayName": "Ready-to-use Effects",
"description": "Import and use ready-to-use effects.",
"path": "Samples~/Ready-to-use Effects"
},
{
"displayName": "Demo Scene",
"description": "Import to see how effects in the promo video are made.",
"path": "Samples~/Demo"
}
]
}