So I've run into a situation where we have a really large image which isn't sliced or tiled and can't fit into the atlas we are using. For now I'm using a UITexture but we need to swap out textures for SD/HD and UITexture/materials don't support that.
Should I put this really large texture in its own atlas with a reference atlas or is there another, better way I should go about it?