Finding memory leaks in single page apps

This article is pretty interesting if you use Hype to build an app using custom code. Always deregister eventlistner and collect your “garbage” when switching scenes etc. In Hype I usually call a cleanup function “On Scene Unload” or HypeSceneUnload.

2 Likes