jorgenpt / uasset-rs

Parsing of Unreal Engine asset files (uassets) in Rust
Apache License 2.0
91 stars 7 forks source link

Is it possible to dump the "Thumbnails" info of the assets? #4

Open donghangssn opened 2 years ago

donghangssn commented 2 years ago

i'm try to get asset class name, which is inside Thumbnails->index.

jorgenpt commented 2 years ago

@donghangssn Does the latest version of uasset-rs address your issue? You can test it with cargo run --features commandline-tool dump-thumbnail-info <path-to-uasset>