itch.io is community of indie game creators and players

Devlogs

Are you using effect layers or surfaces? Read this!

Advanced Resolution Manager
A downloadable asset pack

If you are using the Advanced Resolution Manager in a project that uses filters layer or surfaces then you should alter a single line of code in the set_resolution script.

In the set_resolution function find the line:

application_surface_enable(false);  // false as default behaviour

and change it to:

application_surface_enable(true);  // false as default behaviour

The reason I have it false as default behavior, is because the application surface has negative impact on mobile devices, performance wise, especially if you are targeting low end devices.

Download Advanced Resolution Manager
Leave a comment