Skip to content

Commit b178157

Browse files
authored
Merge pull request #10 from albixh/main
Added data object serialization and Scrapyard plugin to uncook assets.
2 parents 7ead413 + b26a631 commit b178157

510 files changed

Lines changed: 5828 additions & 47 deletions

File tree

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

.gitignore

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -202,6 +202,7 @@
202202
!/Binaries/Win64/EndEditor.target
203203
!/Binaries/Win64/UE4Editor.modules
204204
!/Binaries/Win64/UE4Editor-EndCore.dll
205+
!/Binaries/Win64/UE4Editor-EndGame.dll
205206
!/Binaries/Win64/UE4Editor-EndDataBase.dll
206207
!/Binaries/Win64/UE4Editor-EndDataObject.dll
207208
!/Binaries/Win64/UE4Editor-EndDebug.dll

.gitmodules

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
[submodule "Plugins/Scrapyard"]
2+
path = Plugins/Scrapyard
3+
url = https://github.com/albixh/Scrapyard.git

Binaries/Win64/EndEditor.target

Lines changed: 26 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@
1616
"IsLicenseeVersion": 0,
1717
"IsPromotedBuild": 0,
1818
"BranchName": "++UE4+Release-4.26",
19-
"BuildId": "80a16900-308e-4a9d-8c3b-9f143f84f8b3"
19+
"BuildId": "e2008ceb-b06c-4dc4-8379-9e4463ed0b34"
2020
},
2121
"BuildProducts": [
2222
{
@@ -443,6 +443,14 @@
443443
"Path": "$(EngineDir)/Plugins/Runtime/HairStrands/Binaries/Win64/UE4Editor-HairStrandsEditor.dll",
444444
"Type": "DynamicLibrary"
445445
},
446+
{
447+
"Path": "$(ProjectDir)/Plugins/HappySadFaceLipSync/Binaries/Win64/UE4Editor-HSFLipSyncEditor.dll",
448+
"Type": "DynamicLibrary"
449+
},
450+
{
451+
"Path": "$(ProjectDir)/Plugins/HappySadFaceLipSync/Binaries/Win64/UE4Editor-HSFLipSyncEditor.pdb",
452+
"Type": "SymbolFile"
453+
},
446454
{
447455
"Path": "$(ProjectDir)/Plugins/HappySadFaceLipSync/Binaries/Win64/UE4Editor-HSFLipSyncRuntime.dll",
448456
"Type": "DynamicLibrary"
@@ -451,6 +459,14 @@
451459
"Path": "$(ProjectDir)/Plugins/HappySadFaceLipSync/Binaries/Win64/UE4Editor-HSFLipSyncRuntime.pdb",
452460
"Type": "SymbolFile"
453461
},
462+
{
463+
"Path": "$(ProjectDir)/Plugins/Scrapyard/Binaries/Win64/UE4Editor-Scrapyard.dll",
464+
"Type": "DynamicLibrary"
465+
},
466+
{
467+
"Path": "$(ProjectDir)/Plugins/Scrapyard/Binaries/Win64/UE4Editor-Scrapyard.pdb",
468+
"Type": "SymbolFile"
469+
},
454470
{
455471
"Path": "$(EngineDir)/Plugins/AI/EnvironmentQueryEditor/Binaries/Win64/UE4Editor-EnvironmentQueryEditor.dll",
456472
"Type": "DynamicLibrary"
@@ -2275,6 +2291,10 @@
22752291
"Path": "$(ProjectDir)/Plugins/HappySadFaceLipSync/Binaries/Win64/UE4Editor.modules",
22762292
"Type": "RequiredResource"
22772293
},
2294+
{
2295+
"Path": "$(ProjectDir)/Plugins/Scrapyard/Binaries/Win64/UE4Editor.modules",
2296+
"Type": "RequiredResource"
2297+
},
22782298
{
22792299
"Path": "$(EngineDir)/Plugins/AI/EnvironmentQueryEditor/Binaries/Win64/UE4Editor.modules",
22802300
"Type": "RequiredResource"
@@ -2638,7 +2658,7 @@
26382658
"Type": "UFS"
26392659
},
26402660
{
2641-
"Path": "$(ProjectDir)/Mods/test1/test1.uplugin",
2661+
"Path": "$(ProjectDir)/Plugins/Scrapyard/Scrapyard.uplugin",
26422662
"Type": "UFS"
26432663
},
26442664
{
@@ -20993,6 +21013,10 @@
2099321013
"Path": "$(EngineDir)/Binaries/Win64/AgentInterface.dll",
2099421014
"Type": "NonUFS"
2099521015
},
21016+
{
21017+
"Path": "$(EngineDir)/Binaries/Win64/AgentInterface.pdb",
21018+
"Type": "DebugNonUFS"
21019+
},
2099621020
{
2099721021
"Path": "$(EngineDir)/Binaries/ThirdParty/FreeImage/Win64/FreeImage.dll",
2099821022
"Type": "NonUFS"
1.24 MB
Binary file not shown.
0 Bytes
Binary file not shown.
512 Bytes
Binary file not shown.
141 KB
Binary file not shown.
0 Bytes
Binary file not shown.
21.6 MB
Binary file not shown.
0 Bytes
Binary file not shown.

0 commit comments

Comments
 (0)