Import and Export QOI .qoi format file in Unreal Engine 5.
Tested with Unreal Engine 5.5.4
QOI Format Import/Export plugin for Unreal Engine 5
Drag & Drop .qoi file to content panel or open import dialog and select Quite OK Image Format(*.qoi) files.
Right-click a Texture2D asset, choose Asset Actions->Export..., select Quite OK Image Format(*.qoi) as the export format, and save your image.
Clone the plugin into your Unreal project:
cd {YourUnrealProject}
git clone https://github.com/Muppetsg2/UnrealQOI.git ./Plugins/UnrealQOIOr add it as a submodule:
cd {YourUnrealProject}
git submodule add https://github.com/Muppetsg2/UnrealQOI.git ./Plugins/UnrealQOIAlternatively, you can download the precompiled binary from the plugin release page and copy it directly into the same Plugins/UnrealQOI folder.
If you are creating a package without C++ access, copy the plugin to the Engine/Plugins/Runtime directory.
If you experience build issues with the plugin, use the UnrealEnginePluginMigrationTool to rebuild it and review the console output for detailed error messages.