nesrak1 / UABEA

c# uabe for newer versions of unity
MIT License
1.05k stars 135 forks source link

Failed to encode texture format BC6H #254

Open repinek opened 1 year ago

repinek commented 1 year ago

i tried change texture2D and this happened, i use texture format bc6h

nesrak1 commented 1 year ago

I don't think BC6H is a supported encoding format for UABEA (none of the libraries handle it right now)

nesrak1 commented 1 year ago

These are all unsupported: https://github.com/nesrak1/UABEA/blob/master/TexturePlugin/TextureEncoderDecoder.cs#L513-L518

repinek commented 12 months ago

//pls don't use what this mean xd

nesrak1 commented 12 months ago

This means don't use it because it's unsupported