Some tools for unity-js, compiled from Rust to Wasm.
wasm-bindgen seems to have some kind of flaw that causes bit operations to be incorrect in rare cases.
This causes some texture decoding methods need to be manually implemented some parts to modify its results.
The following methods have been fixed:
decodeEtc2Rgba8
Be careful, maybe there will be errors in other methods but have not been found yet.