Hello, people!
I’m working on a system of DLC (Downloadble content) for a game.
The problem is that I need to use the pak file system which makes it impossible to add content later, since AssetRegistry file, which contains the references to all of the game assets, is within the pak file. Then it would be necessary to replace the entire Dlc each pak.
Anyone had this problem and knows how to get around?