-
Notifications
You must be signed in to change notification settings - Fork 2
/
package.json
31 lines (31 loc) · 1.13 KB
/
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
{
"name": "com.knot.localization",
"version": "1.4.1",
"author": "V0odo0",
"displayName": "KNOT Localization",
"unity": "2021.3",
"description": "Lightweight, scalable and extensible texts & assets localization system for Unity. \n\nWiki: https://github.com/V0odo0/KNOT-Localization/wiki \nGitHub: https://github.com/V0odo0/KNOT-Localization \nAsset Store: https://assetstore.unity.com/packages/tools/localization/knot-localization-187603 \nUnity Forum Thread: https://forum.unity.com/threads/knot-localization.1042891/",
"dependencies": {
"com.knot.core": "1.0.4"
},
"keywords": [
"localization",
"globalization",
"Autotranslation"
],
"category": "Localization",
"documentationUrl": "https://github.com/V0odo0/KNOT-Localization/wiki",
"changelogUrl": "https://github.com/V0odo0/KNOT-Localization/blob/main/CHANGELOG.md",
"samples": [
{
"displayName": "Demo",
"description": "Features overview",
"path": "Samples~/Demo"
},
{
"displayName": "Tests",
"description": "Common NUnit Tests",
"path": "Tests~/"
}
]
}