Move most modules in the same Cog plugin

This commit is contained in:
Arnaud Jamin
2023-10-13 14:59:53 -04:00
parent 6f50f1d1ce
commit 5b50d97cbd
146 changed files with 52 additions and 187 deletions
+50
View File
@@ -0,0 +1,50 @@
{
"FileVersion": 3,
"Version": 1,
"VersionName": "1.0",
"FriendlyName": "Cog",
"Description": "Cog is a set of debug tools for Unreal Engine built on top of ImGui",
"Category": "Other",
"CreatedBy": "Arnaud Jamin",
"CreatedByURL": "",
"DocsURL": "",
"MarketplaceURL": "",
"SupportURL": "",
"CanContainContent": true,
"IsBetaVersion": false,
"IsExperimentalVersion": false,
"Installed": false,
"Modules":
[
{
"Name": "CogImgui",
"Type": "Runtime",
"LoadingPhase": "Default"
},
{
"Name": "CogWindow",
"Type": "Runtime",
"LoadingPhase": "Default"
},
{
"Name": "CogEngine",
"Type": "Runtime",
"LoadingPhase": "Default"
},
{
"Name": "CogCommon",
"Type": "Runtime",
"LoadingPhase": "Default"
},
{
"Name": "CogDebug",
"Type": "Runtime",
"LoadingPhase": "Default"
},
{
"Name": "CogDebugEditor",
"Type": "UncookedOnly",
"LoadingPhase": "Default"
}
]
}

Before

Width:  |  Height:  |  Size: 12 KiB

After

Width:  |  Height:  |  Size: 12 KiB

Some files were not shown because too many files have changed in this diff Show More