forked from TeodorVecerdi/DialogueGraph
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
34 lines (34 loc) · 1.05 KB
/
package.json
File metadata and controls
34 lines (34 loc) · 1.05 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
31
32
33
34
{
"name": "com.github.teodorvecerdi.dialoguegraph",
"version": "1.1.2",
"displayName": "Dialogue Graph",
"description": "Interactive node-based tool similar to Shader Graph for developing branching conversation trees.\nExample uses could be conversations with NPCs, but because this tool is mostly general purpose you can use it for any scenario that requires branching logic.",
"unity": "2020.1",
"keywords": [
"node-based",
"editor-tool",
"dialogue",
"visual-scripting",
"conversation"
],
"author": {
"name": "Teodor Vecerdi",
"email": "teodor.vecerdi@gmail.com",
"url": "https://github.com/TeodorVecerdi"
},
"dependencies": {
"com.unity.textmeshpro": "3.0.1",
"com.unity.shadergraph": "8.2.0"
},
"samples": [
{
"displayName": "Demo Project",
"description": "Small project showcasing the base usage of Dialogue Graph, including the Runtime API",
"path": "Samples~/DemoProject"
}
],
"repository": {
"url": "https://github.com/TeodorVecerdi/CodeGraph.git",
"type": "git"
}
}