-
Notifications
You must be signed in to change notification settings - Fork 5
/
Superluminal.uplugin
41 lines (41 loc) · 1013 Bytes
/
Superluminal.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
41
{
"FileVersion": 3,
"Version": 0,
"VersionName": "0.1.0+SL-1-0-2639",
"FriendlyName": "Superluminal",
"Description": "A Plugin wrapper for Superluminal Performance Profiler",
"Category": "Programming",
"CreatedBy": "Kite & Lightning",
"CreatedByURL": "https://bebylon.world/",
"DocsURL": "https://www.superluminal.eu/docs/documentation.html",
"MarketplaceURL": "",
"SupportURL": "https://www.superluminal.eu/",
"EngineVersion": "4.22.0",
"EnabledByDefault": false,
"CanContainContent": false,
"IsBetaVersion": true,
"Installed": false,
"Modules": [
{
"Name": "Superluminal",
"Type": "RuntimeNoCommandlet",
"LoadingPhase": "PostConfigInit",
"WhitelistPlatforms": [
"Win32",
"Win64"
],
"WhitelistTargetConfigurations": [
"Debug",
"DebugGame",
"Development"
],
"WhitelistTargets": [
"Game",
"Editor",
"Client",
"Server",
"Program"
]
}
]
}