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.