Hi,
I have noticed when looking at the composer API that there is no longer a property to print memory usage as there was in storyboard. How should I be testing for memory leaks?
I tried adding the “composer.isDebug = true” property at the beginning of my game.lua file but i am not seeing anything happening in the terminal. does this just mean it is without errors? Or should there be some activity happening in the terminal anyway?