io_unity

Crates.ioio_unity
lib.rsio_unity
version0.3.0
sourcesrc
created_at2023-02-04 11:19:07.510457
updated_at2023-02-05 12:07:00.468198
descriptionio_unity is a lib for read unity assets
homepagehttps://github.com/gameltb/io_unity
repositoryhttps://github.com/gameltb/io_unity
max_upload_size
id776303
size350,142
(iuxp)

documentation

README

io_unity

io_unity is a lib for read unity assets, which supports parsing UnityFS file and serialized file.

Additional type tree

The crate can use tar zstd compressed file contain type tree info json files for read file without typetree info. see https://github.com/DaZombieKiller/TypeTreeDumper and https://github.com/AssetRipper/TypeTreeDumps.
File can create by InfoJson in TypeTreeDumps use

tar -caf InfoJson.tar.zst InfoJson

or

tar -c InfoJson | zstd --ultra -22 -o InfoJson.tar.zst

whitch can be less then 5MiB. contain file path like /InfoJson/x.x.x.json.

Commit count: 89

cargo fmt