I making game with pretty large unique levels (10000x10000 pixels) with unique picture at background. If i just load that image, it consume around of 500Mb of memory and work very slow. I can split this big image, to plenty of small images, but i have no idea, how to show them only when player see them, and destroy, when user do not see them. Thanks.