-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathCleanProject.uplugin
More file actions
33 lines (33 loc) · 916 Bytes
/
CleanProject.uplugin
File metadata and controls
33 lines (33 loc) · 916 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
{
"FileVersion": 3,
"EngineVersion": "5.5",
"VersionName": "",
"FriendlyName": "Clean Project",
"Description": "Keep your project organized with fast and easy to use cleanup operations",
"Category": "Editor",
"CreatedBy": "Out-of-the-Box Plugins",
"CreatedByURL": "https://outofthebox-plugins.com",
"DocsURL": "https://outofthebox-plugins.notion.site/Clean-Project-17246052c35680cc8879dc6f2d2f72ae",
"MarketplaceURL": "com.epicgames.launcher://ue/marketplace/content/13d45e838b954d67b9d5d01fa82635d9",
"SupportURL": "https://discord.gg/2cD5MwB",
"EnabledByDefault": true,
"CanContainContent": false,
"Modules": [
{
"Name": "CleanProject",
"Type": "Editor",
"LoadingPhase": "Default",
"WhitelistPlatforms": [ "Win64", "Mac", "Linux" ]
}
],
"Plugins": [
{
"Name": "AssetManagerEditor",
"Enabled": true
},
{
"Name": "EditorScriptingUtilities",
"Enabled": true
}
]
}