I was wondering if there is any way of checking what is taking up memory on my project? I'd like to know what is taking up the most memory so i can optimise my game.
When i delete sprites, the memory usage does decrease but for some reason, i have some sprites where if i delete them, the memory usage doesn't decrease, and these sprites are quite large compared to others.
I have read a few tutorials on Optimisation and Perfomance but haven't come across one that shows how to see what is taking up the most memory. Is this even possible to check?