forked from mert-dev-acc/NodeBasedDialogueSystem
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
27 lines (27 loc) · 715 Bytes
/
package.json
File metadata and controls
27 lines (27 loc) · 715 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
{
"name": "com.subtegral.dialoguesystem",
"displayName": "Dialogue System",
"version": "1.0.1",
"unity": "2019.1",
"description": "A simple node based dialogue system which uses GraphView Api",
"keywords": [
"Graph",
"GraphView",
"Dialogue",
"Narrative",
"Story based"
],
"samples": [
{
"displayName": "Demo Scene",
"description": "A simple example for loading and displaying the Dialogue and branching",
"path": "Samples/DialogueSystemDemo",
"dependencies": { "com.unity.textmeshpro": "2.0.1" }
}
],
"category": "Visual Scripting",
"repository": {
"type": "git",
"url": "https://github.com/m3rt32/NodeBasedDialogueSystem.git"
}
}