Is it possible to convert a texture2D in one format to another
say PVRTC_RGB4 to RGB24?
Thanks,
Is it possible to convert a texture2D in one format to another
say PVRTC_RGB4 to RGB24?
Thanks,
You’re talking about doing this in the editor, yes? You may want to check out Unity’s manual page on texture importing (and re-importing). If you set the texture mode to “advanced”, you’ll have more direct control over its import settings.