AVIF Loader

You can import AVIF image files as a Texture2D or Sprite in Editor, or load AVIF image files directly at runtime.


Features:

  • Workflow of importing AVIF image files is similar with importing other normal format images;
  • Importing AVIF image files as a Texture2D or Sprite in Editor;
  • Marking Readable supported;
  • Transparent (Alpha) channel supported;
  • Generating Mip Maps supported;
  • DXT1/DXT5 compression with different quality supported when importing;
  • Loading AVIF image files directly at runtime;
  • Compatible with Built-in Render Pipeline, URP and HDRP;
  • Encoding other normal format images to AVIF image files; (Experimental)
  • Very easy to use;

Note:

* Tested in Unity 2019.4.28, Unity 2020.3.38 and Unity 2021.3.6;

* This package only support 64-bit Unity Editor and Standalone Player on Windows for now!

* This package doesn’t support AVIF image sequences for now!