I’ve currently been using QualitySettings.masterTextureLimit as a way to implement a texture quality setting into my game, but I need to either
Exclude the UI sprites from its effects
or
After modifying it manually run through each UI sprite and change the individual mip map level
Does anyone know how to do this? the mipmapbias api seems to have no effects