百科.dev
全部条目AI 编程趋势榜开源项目技术资讯提交条目
登录
< 返回工具列表
D

disunity

> 编程语言
开源

一个用于 Unity 资源和资源包文件的实验性工具集。

2.7K stars0 点赞0 次浏览
访问官网GitHub

工具介绍

一个用于 Unity 资源和资源包文件的实验性工具集。

DisUnity

An experimental command-line toolset for Unity asset and asset bundle files written in Java, mostly designed for extraction.

Download

The latest build can be found on the releases page.

A note about the versions

0.3 works best with Unity 3.x and has most of the original extraction features.

0.4 is a somewhat incomplete and untested upgrade to support Unity 4 and 5 and has some of the extraction features of 0.3.

0.5 is a code rewrite to properly support all Unity games from 2 to 5 that also comes with unit tests. Right now, it only supports raw file reading and writing without any object deserialization, therefore it also can't extract any asset data directly.

Usage

disunity <command> [options] <file>

Note: depending on the platform, you may need to run disunity.bat (Windows) or disunity.sh (Linux/MacOS). In case the launch script fails, try java -jar disunity.jar.

Available commands (v0.5)

Asset commands

Command Purpose asset blocks List data block offsets and sizes. Could be useful for manual extraction. asset externals List asset file dependencies. asset header Display some information from the file header. asset objectids List object identifiers (Unity 5 and higher only). asset objects List object data entries. asset types Display embedded runtime type information. asset unpack Unpacks raw data blocks from a file. Could be useful for manual extraction.

Asset bundle commands

Command Purpose bundle list List bundled files. bundle info Display some information from the file header. bundle pack Pack files into a bundle. Requires a bundle property file. bundle unpack Unpack files from a bundle.

GitHub Issues· 0 开放

在 GitHub 查看全部

暂无开放 Issues,或尚未同步最近议题。

核心特点

  • •Java

> 标签

Java

暂无评论,来聊聊你的看法吧

> 工具信息

发布日期2026年8月1日
最后更新2026年9月17日
分类编程语言
定价开源

> 相关工具

T
TypeScript
JavaScript 的超集,为前端与全栈提供静态类型
P
Python
通用编程语言,广泛用于 Web、数据与 AI
G
Go
Google 推出的简洁高效系统语言