-
Notifications
You must be signed in to change notification settings - Fork 37
Expand file tree
/
Copy pathProjectCleaner.uplugin
More file actions
38 lines (38 loc) · 940 Bytes
/
Copy pathProjectCleaner.uplugin
File metadata and controls
38 lines (38 loc) · 940 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
35
36
37
38
{
"FileVersion": 3,
"Version": 1,
"VersionName": "2.0.1",
"FriendlyName": "ProjectCleaner",
"Description": "Unreal engine plugin for managing all unused assets and empty folders in project.",
"Category": "ProjectManagementTools",
"CreatedBy": "Ashot Barkhudaryan",
"CreatedByURL": "https://github.com/ashe23",
"DocsURL": "https://github.com/ashe23/ProjectCleaner/wiki",
"MarketplaceURL": "com.epicgames.launcher://ue/marketplace/product/4d7f5dc837fc4b009bb91e678adf9fd0",
"SupportURL": "https://github.com/ashe23/ProjectCleaner/issues",
"EngineVersion": "4.27.0",
"CanContainContent": false,
"Installed": true,
"Modules": [
{
"Name": "Pjc",
"Type": "Editor",
"LoadingPhase": "PostDefault",
"WhitelistPlatforms": [
"Win64",
"Win32",
"Linux"
]
}
],
"Plugins": [
{
"Name": "AssetManagerEditor",
"Enabled": true
},
{
"Name": "EditorScriptingUtilities",
"Enabled": true
}
]
}