atteneder / KtxUnity

Load KTX and Basis Universal textures at runtime
Apache License 2.0
223 stars 42 forks source link

1. Implemented single mip level loading #49

Closed kyapp69 closed 2 years ago

kyapp69 commented 2 years ago
  1. Implemented full chain from target mip level loading
  2. Implemented loading of different image index
  3. Automatic alpha mask texture creation for targets that don't support alpha
atteneder commented 2 years ago

@kyapp69 Thanks for the initial work and sorry for the delay.

The PR got outdated at some point and had other, smaller issues.

Since then I've implemented most of your features (in branch ktx-1 for now). What's missing is separate alpha texture, which is covered in #4.

Will be released soon in 1.3.0 and 2.2.0.

Thanks