Well I’m having trouble packaging for mobile. I have multiple .pak files that share some assets, so I assigned the same priority number to all of them. According to how it should work, the assets then should be included in all of these pak files. However, that is simply not the case. The asset was only included in one of the pak file only, which render other pak files useless without loading all of them.
Any idea how to fix this bug? (Plz don’t ask me to move the assets. I have too many. And I rather get this to work correctly without copying and assisning the same thing over and over.)
Best