Skip to content

KiruyaMomochi/Texture2DDecoder

Repository files navigation

Texture2DDecoder

Decodes Unity's Texture2D assets to image.

The original code is from Perfare/AssetStudio. This project adds CMakeLists.txt to allow building with cmake on other platforms.

The wrapper is provided as a NuGet package.

Wrapper Package

We also provide native library package for the following platforms:

Platform NuGet Package
Windows Windows Package
Linux Linux Package
macOS MacOS Package
Android Android Package
iOS* iOS Package
WebAssembly WebAssembly Package
MacCatalyst MacCatalyst Package

* iOS: only tested on simulator, not granted to work.

For how this package is built, and other details, see our wiki.