forked from ydrive/EasySynth
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathEasySynth.uplugin
More file actions
32 lines (32 loc) · 838 Bytes
/
EasySynth.uplugin
File metadata and controls
32 lines (32 loc) · 838 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
{
"FileVersion": 3,
"Version": 6,
"VersionName": "4.0.1",
"EngineVersion" : "5.3",
"FriendlyName": "EasySynth",
"Description": "An Unreal Engine plugin for easy creation of image datasets",
"Category": "Other",
"CreatedBy": "YDrive Inc",
"CreatedByURL": "ydrive.ai",
"DocsURL": "https://github.com/ydrive/EasySynth",
"MarketplaceURL": "com.epicgames.launcher://ue/marketplace/product/30e046c537aa4579b55e9a018521f259",
"SupportURL": "https://github.com/ydrive/EasySynth/issues",
"CanContainContent": true,
"IsBetaVersion": true,
"IsExperimentalVersion": false,
"Installed": false,
"Plugins": [
{
"Name": "MovieRenderPipeline",
"Enabled": true
},
],
"Modules": [
{
"Name": "EasySynth",
"Type": "Editor",
"LoadingPhase": "PostDefault",
"WhitelistPlatforms": [ "Win64", "Win32", "Linux" ]
}
]
}