Needing general help with memory management

Just generally wondering is a 1kb increase everytime a scene transitions or would that continue to be a issue in the future

Generally you want to prevent memory leaks. Composer and lua do a good job of managing memory if used properly. That does not mean mermory leaks are not going to happen. You have to make sure you do spawn the same image again and again. Clean up images that are needed.

Generally you want to prevent memory leaks. Composer and lua do a good job of managing memory if used properly. That does not mean mermory leaks are not going to happen. You have to make sure you do spawn the same image again and again. Clean up images that are needed.