Additional Information

Construct 2

WHY DO YOU NEED IT?

Construct keeps textures of Sprites/SpriteFonts/etc. in memory even after all the instances got destroyed. This is in case you would want to create this object again.

So even if the object will not be created any more on this layout, it resides in memory. This is OK for most projects, however there are certain projects/cases where you would like to clean up the RAM before the layout transition like open world games, single layout games, multi-sprite-background setup optimized with Paster plugin, etc. You can also just want to release the memory for other apps on the device in case of low RAM availability (on mobile for instance). There are probably hundreds of other reasons you would want to do it that we currently can’t think of. After all – now it’s possible with MM Unloader.

FEATURES

– Unload textures at any time you want,

– Clean up action – release all unused textures of all objects,

– Unload object – release texture of a particular object,

– Hard destroy – destroy all instances and unload texture of a specified object.

MM UNLOADER ACTIONS

Actions

WARRANTY

This plugin is NOT a dangerous or unstable hack. It’s fully compatible with C2 engine runtime and uses exactly the same techniques as native clean-up during layout transition. It’s absolutely safe to use.