-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathQuickBaker.uplugin
More file actions
34 lines (34 loc) · 868 Bytes
/
QuickBaker.uplugin
File metadata and controls
34 lines (34 loc) · 868 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
{
"FileVersion": 3,
"Version": 2,
"VersionName": "1.1.0",
"FriendlyName": "QuickBaker",
"Description": "Simple material to texture baker tool.",
"Category": "Editor",
"CreatedBy": "Kurorekishi",
"CreatedByURL": "https://github.com/EmbarrassingMoment",
"DocsURL": "https://github.com/EmbarrassingMoment/QuickBaker",
"MarketplaceURL": "com.epicgames.launcher://ue/Fab/product/b53f5488-9b96-43cd-9963-e9fedafb56e9",
"SupportURL": "https://github.com/EmbarrassingMoment/QuickBaker/issues",
"CanContainContent": true,
"IsBetaVersion": false,
"EngineVersion": "5.5.0",
"IsExperimentalVersion": false,
"Installed": false,
"Modules": [
{
"Name": "QuickBaker",
"Type": "Editor",
"LoadingPhase": "Default",
"PlatformAllowList": [
"Win64"
]
}
],
"LocalizationTargets": [
{
"Name": "QuickBaker",
"LoadingPolicy": "Always"
}
]
}