Are you using effect layers or surfaces? Read this!


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.

Get Advanced Resolution Manager

Download NowName your own price

Leave a comment

Log in with itch.io to leave a comment.