Hi! I'm developing a mobile game and have an issue when transitioning from the "Start" layout to the "Game" layout once exported to mobile through an .apk generated by Cocoon.io. The transition from Start to Game is speedy while testing over wifi, on both Android and iOS devices. However, once the game is loaded through the Google Play Store, the transition is slow, lasting from 2-4 seconds after the play button is clicked on the Start layout. I haven't tested through the App Store yet as I haven't bought an Apple developer license.
I believe the delay is caused by the destroying of ~40 objects "On start of layout" in the Game layout, but I'm not sure how to get around this. As far as I've read, they have to be included on start up to avoid jerkiness from loading in mid-play.
I would greatly appreciate any advice or help!
Thank you!