How to set search paths for assets of 3x resolution

Hey, so I’m just trying to set search paths for assets, I see I can put 2x assets in an hd folder and that’s fine, but what if I want to use 3x assets, or 4x, or have finer control over what assets are used? Used to be able to set the search paths:

if (screenSize.height > 320) {
    searchPaths.push_back("hd");
    searchPaths.push_back("sd");

but now I don’t know if that’s possible.

Just tested it and search paths still work for me. Why do you think it’s not possible anymore?

My mistake I see that too now :stuck_out_tongue: