-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
30 lines (30 loc) · 1.09 KB
/
Copy pathpackage.json
File metadata and controls
30 lines (30 loc) · 1.09 KB
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
{
"name": "com.andreleandrodev.milocalization",
"displayName": "MiLocalization",
"version": "1.0.0",
"unity": "6000.3",
"description": "Json driven localization for Unity. Add a text key like 'ui.settings.video.resolution' from an editor window and the strongly typed LocalizationData class plus every language file are updated for you. A drop in manager prefab loads the locale at runtime and keeps every text component in sync.",
"author": {
"name": "Andre Leandro",
"url": "https://github.com/innocentmiau",
"email": "andreleandro.dev@gmail.com"
},
"repository": {
"type": "git",
"url": "https://github.com/innocentmiau/MiLocalization.git"
},
"license": "MIT",
"dependencies": {
"com.unity.ugui": "2.0.0"
},
"keywords": [
"localization",
"translation",
"i18n",
"editor",
"tool"
],
"documentationUrl": "https://github.com/innocentmiau/MiLocalization#readme",
"changelogUrl": "https://github.com/innocentmiau/MiLocalization/blob/main/CHANGELOG.md",
"licensesUrl": "https://github.com/innocentmiau/MiLocalization/blob/main/LICENSE.md"
}