atteneder / KtxUnity

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

Android x86_64 support #87

Closed Babilinski closed 6 months ago

Babilinski commented 1 year ago

Would it be possible to make this package compatible with Android x86_64? I couldn't find instructions on how to compile the plugin manually, otherwise I would gladly open a pull request to add support for this architecture.

atteneder commented 7 months ago

Absolutely! It's scheduled for the next release of KTX for Unity, this package's successor.

tehwalris commented 6 months ago

I've built a Android x86_64 DLL myself according to these instructions as a workaround. It seems to work fine. You can add it to your Assets/Plugins folder, adjust the import settings, and keep using the upstream KtxUnity package.

ktx_unity_1787bf6_android_x86_64.zip

atteneder commented 6 months ago

Although I appreciate the offer a lot, I respectfully have to decline due to security concerns.

But the good news is it was already merged in the internal development branch. Expect release 3.3.0 next week latest.

tehwalris commented 6 months ago

Ah I didn't mean this as an offer to include my binary in the repo, of course that's a bad idea. It was more that others who see this issue know that building works. Good to hear that there'll be an official binary soon.

atteneder commented 6 months ago

KTX for Unity 3.3.0 was released! Please transition to that package, as it is the official successor.

Changes

Added

Changed

Fixed