-
-
Notifications
You must be signed in to change notification settings - Fork 96
/
Copy pathpackage.json
55 lines (55 loc) · 2.02 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
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
{
"name": "dev.yarnspinner.unity",
"version": "2.2.4",
"displayName": "Yarn Spinner",
"description": "Yarn Spinner is the friendly tool for interactive conversations. Write your dialogue in a simple programming language that's designed to be straightforward for writers and powerful for programmers, and then attach it to your scenes to power your conversations.",
"unity": "2019.4",
"dependencies": {
"com.unity.textmeshpro": "1.4.1"
},
"changelogUrl": "https://github.com/YarnSpinnerTool/YarnSpinner-Unity/blob/main/CHANGELOG.md",
"documentationUrl": "https://docs.yarnspinner.dev/",
"licensesUrl": "https://github.com/YarnSpinnerTool/YarnSpinner-Unity/blob/main/LICENSE.md",
"keywords": [
"Dialogue",
"Yarn"
],
"author": {
"name": "Secret Lab",
"url": "https://yarnspinner.dev"
},
"hideInEditor": false,
"type": "tool",
"samples": [
{
"displayName": "Intro",
"description": "If you're new to Yarn Spinner, start with this demo. A simple conversation with branching, variables, and voice-over.",
"path": "Samples~/Intro"
},
{
"displayName": "Space",
"description": "A side-scrolling conversation that demonstrates localisation and voiceovers.",
"path": "Samples~/Space"
},
{
"displayName": "Visual Novel",
"description": "A template for creating a visual novel with extensive use of Yarn Commands.",
"path": "Samples~/VisualNovel"
},
{
"displayName": "3D Speech Bubble",
"description": "Code for positioning speech bubbles dynamically above characters in a 3D (or 2D) game world.",
"path": "Samples~/3D"
},
{
"displayName": "Phone Chat",
"description": "A text message style phone conversation template.",
"path": "Samples~/PhoneChat"
},
{
"displayName": "Addressables",
"description": "How to use Addressables package to load in audio as a separate external assets via 'address'... requires the Addressables package.",
"path": "Samples~/Addressables"
}
]
}