The workflow is as follows: I’m packaging my game, and right after that, I’m trying to unpak it using UnrealPak.exe
with the command
C:\Users\lucas>G:\Unreal\UE_5.4\Engine\Binaries\Win64\UnrealPak.exe G:\Unreal\test\ModioAndSIK\Packaged\Windows\ModioAndSIK\Content\Paks\pakchunk0-Windows.pak -Extract G:\Unreal\test\ModioAndSIK\Unpack
to extract the game files. The issue is that when I unpack, the Content
folder doesn’t come with it, only the Config
and Plugins
folders. I’m not sure what’s going wrong; isn’t the Content
folder supposed to be included as well?
I asked the question without explaining the full context because it would be too long and off-topic, but basically, I’m implementing mods in my game, and I need this to work.