-
Notifications
You must be signed in to change notification settings - Fork 2
/
Wit.uplugin
39 lines (39 loc) · 926 Bytes
/
Wit.uplugin
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
{
"FileVersion": 3,
"Version": 63,
"VersionName": "63.0.0",
"FriendlyName": "Wit",
"Description": "Wit module that manages communications with the Wit.ai servers",
"Category": "Voice",
"CreatedBy": "Meta Platforms, Inc.",
"CreatedByURL": "meta.com",
"DocsURL": "https://github.com/wit-ai/wit-unreal/blob/main/README.md",
"MarketplaceURL": "com.epicgames.launcher://ue/marketplace/product/960815697bc942f19848aec9cf502867",
"SupportURL": "https://github.com/wit-ai/wit-unreal/issues",
"CanContainContent": true,
"IsBetaVersion": false,
"IsExperimentalVersion": false,
"Installed": false,
"SupportedTargetPlatforms": [
"Android",
"Win64"
],
"Modules": [
{
"Name": "Wit",
"Type": "Runtime",
"LoadingPhase": "Default"
},
{
"Name": "WitEditor",
"Type": "Editor",
"LoadingPhase": "PostEngineInit"
}
],
"Plugins": [
{
"Name": "AndroidPermission",
"Enabled": true
}
]
}