forked from rtm223/RTMSDF
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathRTMSDF.uplugin
35 lines (35 loc) · 860 Bytes
/
RTMSDF.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
{
"FileVersion": 3,
"Version": 0,
"VersionName": "0.1",
"FriendlyName": "SDF Tools",
"EditorCustomVirtualPath": "RTM",
"Description": "Importers for creating SDFs from .svg source files and all Unreal-supported texture source files",
"Category": "Richard Meredith",
"CreatedBy": "Richard Meredith",
"CreatedByURL": "https://www.richardmeredith.net",
"DocsURL": "",
"MarketplaceURL": "",
"SupportURL": "",
"CanContainContent": true,
"IsBetaVersion": true,
"IsExperimentalVersion": false,
"Installed": false,
"Modules": [
{
"Name": "RTMSDFEditor",
"Type": "Editor",
"LoadingPhase": "PreDefault"
},
{
"Name": "ChlumskyMSDFGen",
"Type": "Editor",
"LoadingPhase": "PreDefault"
}
],
"PreBuildSteps": {
"Win64": [
"if exist $(PluginDir)\\Binaries\\Win64\\*.patch* del $(PluginDir)\\Binaries\\Win64\\*.patch*"
]
}
}