-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
75 lines (75 loc) · 3.17 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
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
{
"name": "dev.yarnspinner.unity-samples-2.x",
"version": "2.4.2",
"displayName": "Yarn Spinner for Unity 2.x Samples",
"description": "This package contains sample code for Yarn Spinner for Unity's v2.x series.\n\nTo use this package, go to the Samples tab of this package.",
"unity": "2021.3",
"documentationUrl": "https://docs.yarnspinner.dev/",
"licensesUrl": "https://github.com/YarnSpinnerTool/YarnSpinner-Unity-Samples-2.x/blob/main/LICENSE.md",
"dependencies": {
"com.unity.ugui": "1.0.0",
"com.unity.textmeshpro": "3.0.9",
"dev.yarnspinner.unity": "2.4.0"
},
"author": {
"name": "Yarn Spinner",
"url": "https://yarnspinner.dev"
},
"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": "Sliced Views",
"description": "A basic scene that demonstrates the alternative 9-sliced prefabs for the built in views",
"path": "Samples~/RoundedViews"
},
{
"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": "Shot Reverse Shot",
"description": "How to use Cinemachine to create a custom dialogue view that can do a shot-reverse-shot conversation camera... requires the Cinemachine package.",
"path": "Samples~/ShotReverseShot"
},
{
"displayName": "User Input and Yarn",
"description": "How to use TMP input fields to get user input into Yarn variables.",
"path": "Samples~/HandlingInput"
},
{
"displayName": "Markup Palettes",
"description": "Demonstrates how to use the Markup Palettes",
"path": "Samples~/MarkupPalette"
},
{
"displayName": "Pausing the Typewriter",
"description": "Demonstrates how to use the pausing markup to pause in the middle of line",
"path": "Samples~/PausingTypewriter"
},
{
"displayName": "Minimal Dialogue Runner",
"description": "An advanced sample covering the necessary elements to create yourself if you want to take full control over Yarn Spinner.",
"path": "Samples~/Minimal Viable Dialogue System"
}
]
}