Preload ALL scenes at beginning of game?
adambowker98
Member Posts: 57
My game is very fast-paced and can't have any loading time between scenes. Is there a way to preload ALL scenes at the beginning of the game? Like with some sort of loading scene?
Thanks,
Adam
Thanks,
Adam
Comments
Your best bet is to use 1 scene, and swap out images with either the recycle method, or the "change image" behavior. "change image" would probably be faster since recycling would mean all of your images on the scene, and would also make loading times in the 20 second range.