Posted January 29, 2022 by Harpwood Studio
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.