Is there a limitation on how many pak files can be mounted at runtime?

We are packaging our assets into several pak files and mount them at runtime. The idea behind this is to release DLCs incrementally. So far the system works fine.

However, we are wondering if there’s limitations on how many pak files can be mounted at runtime? Thinking if we keep releasing updates and ended up hundreds or even thousands of pak files. Will the system still work?

If not, we have to think of mounting only the ones that’s required.

As far as I know there is no limit in the amount of paks you can mount at runtime but its always a good idea to plan ahead and mount only what you need and unmount it once its no longer needed.

Thanks for the answer Bariuidol