#unity #read #assets #lib #tar #serialization #parser

io_unity

io_unity 是一个用于读取 Unity 资源的库

2 个不稳定版本

0.3.0 2023年2月5日
0.2.0 2023年2月4日

#31 in #unity

MIT/Apache

265KB
7.5K SLoC

io_unity

io_unity 是一个用于读取 Unity 资源的库,支持解析 UnityFS 文件和序列化文件。

附加类型树

该软件包可以使用包含类型树信息 json 文件的 tar zstd 压缩文件来读取没有类型树信息的文件。请参阅 https://github.com/DaZombieKiller/TypeTreeDumperhttps://github.com/AssetRipper/TypeTreeDumps
可以使用 TypeTreeDumps 中的 InfoJson 创建文件

tar -caf InfoJson.tar.zst InfoJson

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

其大小可以小于 5MiB。包含文件路径如 /InfoJson/x.x.x.json。

依赖关系

~8–22MB
~317K SLoC