atteneder / KtxUnity

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

Windows 32 bit support request #63

Closed ThisIsDangerous closed 2 years ago

ThisIsDangerous commented 2 years ago

We have quite a playerbase with old machines and 32 bit Windows installed. Humbly requesting support of those.

atteneder commented 2 years ago

Hi @ThisIsDangerous ,

IIRC I removed it (in 0.8.0) because KTX-Software itself does not support win32 and it was causing crashes (#10).

With that in mind, I think it's not worth the effort.

However, nothing prevents you from trying it out yourself. All you'd have to do is build a 32-bit DLL, add it to the package and configure it accordingly. The project to build the binary from is KTX-Software-Unity. If someone gets it working (both Mono and IL2CPP and running tests), I'll consider re-adding it.

Thanks for your understanding.