After loading a jpg/png into a texture2d it is in an uncompressed format and .Compress() will not work for ios as DXT not supported.
Are there any solutions to compressing a texture2d at runtime with good speed?
Are there any solutions to compressing a texture2d at runtime with good speed?