I set up downloading .pak files in app and tracking the download rate. After downloading, I get the path to the file. It looks like: data/data/com.Mycompany.MyApp/files/assetpacks/
But it is not installed in the application, I cannot open the Level that is inside this .pak file.
The documentation says that after downloading, I can use “appropriate calls to access the assets.”
Use Mount and GetInstalledContent functions. But mounting will work only from ProjectPersistentDownloadDir. So, u will have to move your assets to this directory after downloading.
GetInstalledContent func checking if .manifest file exist. To work with it, u will have to place your manifest with .pak file and download it from Google PAD with your .pak file.
Hey @M0yoi, can you PLEASE provide us your implementation (Downloading and then mounting the assetpack and specially moving assetpack you mentioned).
I’m currently working on it but I’m getting stuck everywhere
and nothing is working. Please help. Thank’s.