-
-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathYarnSpinner.uplugin
More file actions
47 lines (47 loc) · 912 Bytes
/
YarnSpinner.uplugin
File metadata and controls
47 lines (47 loc) · 912 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
35
36
37
38
39
40
41
42
43
44
45
46
47
{
"FileVersion": 3,
"Version": 1,
"VersionName": "3.2.0-Alpha",
"FriendlyName": "Yarn Spinner",
"Description": "Yarn Spinner for Unreal Engine.",
"Category": "Dialogue",
"CreatedBy": "Yarn Spinner Pty. Ltd.",
"CreatedByURL": "https://yarnspinner.dev",
"DocsURL": "https://docs.yarnspinner.dev",
"MarketplaceURL": "",
"SupportURL": "https://discord.gg/yarnspinner",
"CanContainContent": true,
"IsBetaVersion": false,
"IsExperimentalVersion": true,
"Installed": false,
"Plugins": [
{
"Name": "EnhancedInput",
"Enabled": true
}
],
"Modules": [
{
"Name": "YarnSpinner",
"Type": "Runtime",
"LoadingPhase": "Default",
"PlatformAllowList": [
"Win64",
"Mac",
"Linux",
"IOS",
"Android"
]
},
{
"Name": "YarnSpinnerEditor",
"Type": "Editor",
"LoadingPhase": "Default",
"PlatformAllowList": [
"Win64",
"Mac",
"Linux"
]
}
]
}