forked from treen/lingguo
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
34 lines (34 loc) · 891 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
{
"name": "com.blg.gtc.lingguo",
"displayName": "Lingguo",
"version": "0.1.20",
"unity": "2020.3",
"description": "multiply language support https://github.com/treen/lingguo/tree/main",
"documentationUrl": "https://github.com/treen/lingguo/tree/main",
"keywords": [
"\u591a\u8bed\u8a00",
"Multilingual",
"Language",
"Lingguo"
],
"samples": [
{
"displayName": "Sample",
"description": "Multilingual support sample,please move \"Assets/Sample1/AddressableAssetsData\" folder to \"Assets\" folder affter import sample ",
"path": "Samples~/Sample1"
}
],
"dependencies": {
"com.unity.addressables": "1.18.19",
"com.unity.ui": "1.0.0-preview.18"
},
"author": {
"name": "ZhengQun",
"email": "[email protected]"
},
"license": "MIT",
"publishConfig": {
"@treen:registry": "https://npm.pkg.github.com"
},
"hideInEditor": false
}