{"id":23589567,"url":"https://github.com/rustunit/upextract","last_synced_at":"2025-06-26T14:33:28.090Z","repository":{"id":269581705,"uuid":"907809606","full_name":"rustunit/upextract","owner":"rustunit","description":"UnityPackage extract asset tool","archived":false,"fork":false,"pushed_at":"2024-12-24T18:17:27.000Z","size":40,"stargazers_count":2,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-06-22T23:32:32.001Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":"https://crates.io/crates/upextract","language":"Rust","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/rustunit.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE-MIT","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2024-12-24T12:49:37.000Z","updated_at":"2024-12-26T08:34:35.000Z","dependencies_parsed_at":"2024-12-24T15:48:11.367Z","dependency_job_id":"a52bea84-fd35-4035-b220-cee394aed3de","html_url":"https://github.com/rustunit/upextract","commit_stats":null,"previous_names":["rustunit/upextract"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/rustunit/upextract","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rustunit%2Fupextract","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rustunit%2Fupextract/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rustunit%2Fupextract/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rustunit%2Fupextract/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/rustunit","download_url":"https://codeload.github.com/rustunit/upextract/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rustunit%2Fupextract/sbom","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":262085209,"owners_count":23256394,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":[],"created_at":"2024-12-27T06:15:59.465Z","updated_at":"2025-06-26T14:33:28.066Z","avatar_url":"https://github.com/rustunit.png","language":"Rust","readme":"# upextract\n\n[![crates.io][sh_crates]][lk_crates]\n[![ci][sh_ci]][lk_ci]\n[![discord][sh_discord]][lk_discord]\n\n[sh_crates]: https://img.shields.io/crates/v/upextract.svg\n[lk_crates]: https://crates.io/crates/upextract\n[sh_ci]: https://github.com/rustunit/upextract/workflows/ci/badge.svg\n[lk_ci]: https://github.com/rustunit/upextract/actions\n[sh_discord]: https://img.shields.io/discord/1176858176897953872?label=discord\u0026color=5561E6\n[lk_discord]: https://discord.gg/rQNeEnMhus\n\nUnityPackage Asset extract tool.\n\n[![demo](https://asciinema.org/a/696019.svg)](https://asciinema.org/a/696019?autoplay=1)\n\n## Requirements\n\n* `rust` installed (cargo specfically)\n* `tar` installed on `PATH`\n\n## Installation\n\n```sh\ncargo install upextract\n```\n\n## Usage\n\n```sh\nUnityPackage Asset extract tool\n\nUsage: upextract \u003cCOMMAND\u003e\n\nCommands:\n  extract  Extracts contents of a unitypackage\n  list     Lists unitypackages in the Unity Asset Store folder\n  inspect  List contents of a unitypackage\n  help     Print this message or the help of the given subcommand(s)\n\nOptions:\n  -h, --help     Print help\n  -V, --version  Print version\n```\n\n### upextract extract\n\n```sh\nUsage: upextract extract [OPTIONS] --bundle \u003cBUNDLE\u003e\n\nOptions:\n  -b, --bundle \u003cBUNDLE\u003e    unitybundle\n  -o, --out \u003cOUT\u003e          Output folder [default: out]\n  -f, --flatten            Flatten folder structure\n      --tmp \u003cTMP\u003e          Tmp folder to extract to. (defaults to use system tmp)\n  -i, --include \u003cINCLUDE\u003e  What asset files (extensions) to extract. Defaults to all\n  -h, --help               Print help\n```\n\n### upextract list\n\n```sh\nUsage: upextract list [OPTIONS]\n\nOptions:\n      --assets-folder \u003cASSETS_FOLDER\u003e  Unity Asset Store folder\n  -h, --help                           Print help\n```\n\n### upextract inspect\n\n```sh\nList contents of a unitypackage\n\nUsage: upextract inspect [OPTIONS] --bundle \u003cBUNDLE\u003e\n\nOptions:\n  -b, --bundle \u003cBUNDLE\u003e  unitybundle\n      --tmp \u003cTMP\u003e        Tmp folder to extract to. (defaults to use system tmp)\n  -h, --help             Print help\n```\n\n## Example\n\n```sh\nupextract extract -b demoasset/test.unitypackage\n# or\nupextract extract -b demoasset/test.unitypackage -o output\n```","funding_links":[],"categories":[],"sub_categories":[],"project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Frustunit%2Fupextract","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Frustunit%2Fupextract","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Frustunit%2Fupextract/lists"}