Hello,
When running the game in release mode it takes 8-14 minutes to load during which OS keeps prompting to shut the the game down because it is not responding.
I have packed the assets and shaders into apk and once loaded the game is mildly playable.
Moreover, i have turned release logging on but saw no relevant information as to why the game is behaving like this.
I have ALLOW_CONST_CVAR_MODIFICATIONS
set to
1
as well now, which:
When set to 0: the game would skip quickly through splash screens and get stuck on black screen but i never waited long enough to see if game would load.
When set to 1: game would hang on second splash screen for a few minutes before changing to black screen after which the game would continue loading there.
I have compiled the release version of game on PC and it loads and runs quickly on it (takes about 0.3 seconds to load).
Profile version loads relatively quickly on android as well. (Tested on Xiomi redmi note 4 (android 6.0) and nexus 5X (android 8.1.0))
Is there anything i can do to make the game load and run better on android?