How to allow a mobile/pc game to be downloaded part by part

:information_source: Attention Topic was automatically imported from the old Question2Answer platform.
:bust_in_silhouette: Asked By AnindyaRoy

I have seen many mobile games allow people to download a few levels initially and then download the later levels as you progress afterwards. Even a game of nfs which I don’t remember, made us download only 50 mb from playstore and then 1 gb afterwards.

How can I do that?

:bust_in_silhouette: Reply From: Lopy

You can split you game into multiple .pck.

Also consider compiling your own Godot export templates, to make them smaller. (You rarely need both 2D and 3D, all the default modules, etc)

But I am talking about mobile game. Will pck function on mobile games as well? I thought only apks work in andriod.

AnindyaRoy | 2020-12-23 14:03