nesrak1 / UABEA

c# uabe for newer versions of unity
MIT License
1.1k stars 143 forks source link

Support for DXT5 Crunched #235

Closed 123qq1 closed 1 year ago

123qq1 commented 1 year ago

Support for editing textures with the DEXT Crunched format

nesrak1 commented 1 year ago

What happens if you try to edit a DXT5 crunched texture? Support should be added for this already.

123qq1 commented 1 year ago

Edit texture does nothing, no error, while export texture gives error image

nesrak1 commented 1 year ago

Do you have the C++ redistributables installed? https://aka.ms/vs/17/release/vc_redist.x64.exe

123qq1 commented 1 year ago

I tried installing it, restarted, still get the same error

nesrak1 commented 1 year ago

Just to double check, are you using nightly? If you aren't using it, you should try that instead of release 5.

I installed nightly and tried myself and on both old and new engine games, I'm not having any issue exporting or importing crunched textures.

123qq1 commented 1 year ago

Thanks switching to nightly version works. Sorry i didnt mention what version i was running.