I have a simple custom Loading Layout (that shows while the rest of the game loads). Using the following set up:
But, it takes way too long to display the loading layout (4-5 seconds). And in that time I'm just showing a blank screen to the user.
If I set the 'Loader style' to a progress bar or 'Construct 3 splash', I still have this blank screen before it. My game is very light itself.
Note: This affects Android and iOS users. I'm using C3's build service.
How can I customise this blank screen before the loading screen?