| Crates.io | upextract |
| lib.rs | upextract |
| version | 0.3.1 |
| created_at | 2024-12-24 15:46:14.163835+00 |
| updated_at | 2024-12-24 17:49:17.464761+00 |
| description | UnityPackage Asset extract tool |
| homepage | https://github.com/rustunit/upextract |
| repository | https://github.com/rustunit/upextract |
| max_upload_size | |
| id | 1494005 |
| size | 27,430 |
UnityPackage Asset extract tool.
rust installed (cargo specfically)tar installed on PATHcargo install upextract
UnityPackage Asset extract tool
Usage: upextract <COMMAND>
Commands:
extract Extracts contents of a unitypackage
list Lists unitypackages in the Unity Asset Store folder
inspect List contents of a unitypackage
help Print this message or the help of the given subcommand(s)
Options:
-h, --help Print help
-V, --version Print version
Usage: upextract extract [OPTIONS] --bundle <BUNDLE>
Options:
-b, --bundle <BUNDLE> unitybundle
-o, --out <OUT> Output folder [default: out]
-f, --flatten Flatten folder structure
--tmp <TMP> Tmp folder to extract to. (defaults to use system tmp)
-i, --include <INCLUDE> What asset files (extensions) to extract. Defaults to all
-h, --help Print help
Usage: upextract list [OPTIONS]
Options:
--assets-folder <ASSETS_FOLDER> Unity Asset Store folder
-h, --help Print help
List contents of a unitypackage
Usage: upextract inspect [OPTIONS] --bundle <BUNDLE>
Options:
-b, --bundle <BUNDLE> unitybundle
--tmp <TMP> Tmp folder to extract to. (defaults to use system tmp)
-h, --help Print help
upextract extract -b demoasset/test.unitypackage
# or
upextract extract -b demoasset/test.unitypackage -o output