I know the answer is "no"
BigDave
Member Posts: 2,239
I ask the question anyways.
Is it possible to change the initially loaded screen based on a game state(table or saved attribute) - without having another scene to determine the first loaded scene - ?
Trying to avoid the double loading for a decision making first blank screen.
And the answer to my question is "no".
Comments
Thanks for the quick answer, I thought so. Do you know if the loading times for a final blank screen with a determining rule of which scene to load will increase the loading times dramatically?
My Apps
https://itunes.apple.com/de/artist/david-zobrist/id733552276
https://play.google.com/store/apps/developer?id=David+Zobrist&hl=de
Best to try out yourself buddy!
My Apps
https://itunes.apple.com/de/artist/david-zobrist/id733552276
https://play.google.com/store/apps/developer?id=David+Zobrist&hl=de
If you drag-change the sequence of scenes in your project for your next game update, it will work. Just be careful that you update any rules that might switch scene by Index.
A blank scene should load MUCH faster. Of course, then you will have the loading when you switch scenes, so overall loading time will go up a little, but not too much, I'd say.
Did you just have a forum conversation with yourself? Dave, you might be working a little too hard...
In case you were wondering why, the loading screen is shown by the OS before the app loads. So no logic is run before the loading screen shows up. While most games use the loading screen for credits, you might notice some apps storing a screenshot of the last screen of the app before closing/backgrounding. The idea is to trick you into thinking the app has instantly loaded and just slow to respond (The Facebook app used to do this, not sure if it still does). So no, we can't offer that options without you loading a scene first.
Yeah, and then he almost flagged himself!