WHAT
Michael Prinke is back on Inside Unreal to talk to us about the ChunkDownloader! We’ll walk you through how to do a basic setup of ChunkDownloader, and why you’d use it. We’ll be covering how to break up assets into Pak files, how to integrate ChunkDownloader into your GameInstance, and how to test out the system on your local machine.
WHEN
Thursday, February 18 @ 2:00PM ET - Countdown
I was having some problem with versioning to git, because a Level was exceeding the maximum file size. Will this session give me an alternate way to break it up into smaller chunks and be able to upload it? That would be amazing!
Please touch on the scenario in which chunks are hosted on the cloud where a user needs to be authenticated prior.
For example in Playfab, the user might need to first authenticate with Playfab and request for a user-specific signed URL to download that chunk which could be valid for only 1 day.
Use cases could be paid DLCs which are gated behind proofs of purchase.
Hi I was working on this fantastic tutorial. I was able to get basics working but I am running into few issues.
In the demo after the package all chunks are going to packaged folder. @Michael is deleting those chunks in demo video before running chuck downloader. In the mobile package, all chunks are going to apk or ipa file which I am unable to delete. How to tell the engine not to include downloadable chunks in the package so paks can be shipped from the server? For example: chuck0 to keep is package but chunk1001 and chunk1002 from server.
For updating chunks or already download content, do I need to increment or update the build-id to make it a chunk downloader to detect new changes and redownload and mount new chunks or something more than that?
hi there, and thank you for ur awesome plugin and demonstration of how to using it
i create the batch script for generating BuildManifest, with this batch script u can easily and automatically create build manifest based on ur chunk files
u just need to put .bat file inside ur pack folder and open it
i hope this can help u guys
hi there,
i hope this help u
for android mobile packaging, u should not package the game inside apk, u can use generate chunks, and it will package ur game based on chunks into .obb files
then u can deside witch chunk file u want to give it to end user
and if u want to ship it into google play, u should use google pad plugin
Hi,
I am trying to access the project but it is not available.
error message i am getting is " Oops! That page doesn’t exist or is private."
Is the project still available for public?