I have two layouts in my project: Main Menu and Game.
If i load all game images into memory at the start of the Main Menu layout, will they be carried on in the Game layout? Or changing layout resets images loaded into memory?
Also, are the images of the previous layout automatically unloaded as i change layout?