Chunks error

I followed the steps here Cooking and Chunking | Unreal Engine 4.27 Documentation

but I’m not getting results:

Packaging Chunks

Once you have defined your Chunk IDs, packaging your project will automatically create .pak files for each chunk. You can locate them in your project’s Saved/StagedBuilds/[PlatformName]/[ProjectName]/Content/Paks folder.

The location of Pak files in StagedBuilds

Packaged .pak files are located in the StagedBuilds folder, under a subfolder for your platform and project, inside the Content/Paks directory.

The .pak files are generated based on the platform that you are packaging for, so they are not interchangeable between platforms. Once you have generated them, you can use them in your delivery system of choice.

hi can you please explain how can i use them in my project and how my apk or aab to exclude from these pak files

1 Like

hey dude, I’m still testing ways to update android games from directly the BP code but still a lot of testing is left. gotta say android platform is such a mess to work with. You gotta put in your own work - researching about the topic and doing trial and error with that, thats what I’m doing rn. Hope you suceed

1 Like