Think the original purpose of the splashScreen was to allow for loading of graphics/content and not advertising.
This is a very difficult question as the answer must perforce be "It depends..."
If you just have code...it will load fast as in ToastKitten's "Don't Let Go! If you have the first scene filled with intense graphics... the load will take longer.
I suggest that you load graphics when needed ... during runtime. if you have a blank actor that responds to a variable for display of an image, things will go so much faster. EX: when scene=1 change image to 'name'...
MH
gyroscopeI am here.Member, Sous Chef, PROPosts: 6,598
mzx said: i don't know, but i could ask my girlfriend to borrow hers and test it for you? Can you make an ad-hoc build?
That's good of you to offer, mzx, but I'm only in the second week of this project, so I'm a long way off any sort of build; thanks!
MotherHoose said: Think the original purpose of the splashScreen was to allow for loading of graphics/content and not advertising.
This is a very difficult question as the answer must perforce be "It depends..."
If you just have code...it will load fast as in ToastKitten's "Don't Let Go! If you have the first scene filled with intense graphics... the load will take longer.
I suggest that you load graphics when needed ... during runtime. if you have a blank actor that responds to a variable for display of an image, things will go so much faster. EX: when scene=1 change image to 'name'...
MH
Cheers for the reply, MH; don't quite understand a couple of things though: you suggest loading graphics when needed during runtime but I wasn't aware of any sort of memory management system in GS. Could you explain please?
Also, I always assumed that with any game starting on an iDevice, that the whole game loads at the beginning, not just a scene at a time. But you're suggesting there's a way for the game to load only chunks at a time?
Comments
This is a very difficult question as the answer must perforce be "It depends..."
If you just have code...it will load fast as in ToastKitten's "Don't Let Go!
If you have the first scene filled with intense graphics... the load will take longer.
I suggest that you load graphics when needed ... during runtime.
if you have a blank actor that responds to a variable for display of an image, things will go so much faster.
EX: when scene=1 change image to 'name'...
MH
Also, I always assumed that with any game starting on an iDevice, that the whole game loads at the beginning, not just a scene at a time. But you're suggesting there's a way for the game to load only chunks at a time?