Just released the first version of my #Unity Async Texture Importer: https://github.com/mlavik1/unity-async-textureimport-package/releases/tag/1.0

This plugin allows you to importer textures in the background, on a separate thread. It uses FreeImage for import and mipmap generation.

Release Release 1.0 · mlavik1/unity-async-textureimport-package

NOTE To use the sample scene, you need to copy the "StreamingAssets" folder from "Assets/UnityAsyncTextureImporter" to the "Assets" directory.: Unity Async Texture Importer - Release 1.0 Supported ...

GitHub