Skip to content

KtxUnity 2.1.1

Compare
Choose a tag to compare
@atteneder atteneder released this 14 Apr 10:07
· 54 commits to main since this release

Note: Re-published 2.1.0 with correct package version

Added

  • Editor Import via ScriptableImporter (thanks @hybridherbst for #45)
  • Error Codes (in TextureResult.errorCode)

Changed

  • In release builds there's no console logging anymore (use the errorCode instead). In Debug builds and the Editor you still get detailed error messages.

Fixed

  • Will not transcode textures with sizes that are not a multiple of four to incompatible DXT5 or BC7 formats anymore
  • Re-compiled macOS native library in release mode (MinSizeRel; was Debug). Expect improved performance.