-
Notifications
You must be signed in to change notification settings - Fork 11
/
Copy pathMillicastPublisher.uplugin
40 lines (40 loc) · 1.04 KB
/
MillicastPublisher.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
40
{
"FileVersion": 3,
"Version": 1,
"VersionName": "1.8.0",
"FriendlyName": "MillicastPublisher",
"Description": "Stream game contents to Millicast Platform",
"Category": "Media",
"CreatedBy": "Dolby.io Realtime Streaming",
"CreatedByURL": "https://millicast.com",
"DocsURL": "https://docs.millicast.com/docs/millicast-publisher-plugin",
"MarketplaceURL": "",
"SupportURL": "",
"CanContainContent": true,
"SupportedTargetPlatforms": [ "Win64", "Linux", "Mac", "Android", "IOS" ],
"IsBetaVersion": true,
"IsExperimentalVersion": true,
"Installed": false,
"Modules": [
{
"Name": "MillicastPublisher",
"Type": "Runtime",
"LoadingPhase": "PreLoadingScreen",
"WhitelistPlatforms": [ "Win64", "Linux", "Mac", "Android", "IOS" ],
"EngineVersion": "5.1"
},
{
"Name": "MillicastPublisherEditor",
"Type": "Editor",
"LoadingPhase": "PostEngineInit",
"WhitelistPlatforms": [ "Win64", "Linux", "Mac", "Android", "IOS" ],
"EngineVersion": "5.1"
}
],
"Plugins": [
{
"Name": "MediaIOFramework",
"Enabled": true
}
]
}