Why does the first launch sit on a loading screen for a couple of minutes? #37
Answered
by
molotovgit
molotovgit
asked this question in
Q&A
|
Subsequent launches are fast, so it only happens once. |
Answered by
molotovgit
Jul 30, 2026
Replies: 1 comment
|
The self-contained build ships the game data compressed and unpacks it into app storage the first time it runs — one to two minutes, once. After that it boots straight into the game. If you deploy the data to app storage yourself, the small engine-only APK skips this entirely. self-contained-packaging.md |
0 replies
Answer selected by
molotovgit
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
The self-contained build ships the game data compressed and unpacks it into app storage the first time it runs — one to two minutes, once. After that it boots straight into the game.
If you deploy the data to app storage yourself, the small engine-only APK skips this entirely. self-contained-packaging.md