-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
36 lines (34 loc) · 956 Bytes
/
package.json
File metadata and controls
36 lines (34 loc) · 956 Bytes
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.ghostintheshell0.localizeddialogs",
"version": "1.0.0",
"displayName": "Localized Dialogs",
"description": "Dialogue system with unity localization package.",
"unity": "2023.2",
"unityRelease": "13f1",
"documentationUrl": "https://github.com/ghostintheshell0/LocalizedDialogs",
"dependencies": {
"com.unity.localization": ""
},
"keywords": [
"Dialogue",
"Localized"
],
"author": "Diccuric_Sigeon",
"repository": {
"type": "git",
"url": "https://github.com/ghostintheshell0/LocalizedDialogs"
},
"samples":
[
{
"displayName": "Canvas sample",
"description": "Contains sample of using Localized Dialogs with canvas",
"path": "Samples~/SamplesCanvas"
},
{
"displayName": "UIElements sample",
"description": "Contains sample of using Localized Dialogs with UIElements",
"path": "Samples~/SamplesUIElements"
}
]
}