This version of Unity is unsupported.

TextureResizeAlgorithm

enumeration

Description

For Texture to be scaled down choose resize algorithm. ( Applyed only when Texture dimension is bigger than Max Size ).

Properties

MitchellDefault high quality resize algorithm.
BilinearMight provide better result than Mitchell for some noise textures preserving more sharp details.