RazTools/Studio

ASTC Decoding using CLI Question

Closed this issue · 0 comments

When using the CLI to export assets in my script, I have Texture2D files that are ASTC 5x5 while the Sprite files are non ASTC. How can I specify using the CLI to decode and export the Texture2D files from the file I am reading?

--types Texture2D Sprite --game Normal, currently all i use which works fine for Sprite, just not for Texture2D Files.

File format is ASTC_RGB_5x5 for the Texture2D | Channels: BGRA

Any help greatly appreciated!