{"id":14960288,"url":"https://github.com/mos9527/unitypylive2dextractor","last_synced_at":"2025-10-24T18:30:33.691Z","repository":{"id":253600234,"uuid":"843980931","full_name":"mos9527/UnityPyLive2DExtractor","owner":"mos9527","description":"Unity Live2D Asset Extractor / Unity Live2D 资源解包工具","archived":false,"fork":false,"pushed_at":"2024-10-23T12:26:45.000Z","size":13,"stargazers_count":10,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-01-31T03:35:22.769Z","etag":null,"topics":["live2d","unity","unitypy"],"latest_commit_sha":null,"homepage":"https://github.com/mos9527/sssekai","language":"Python","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/mos9527.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":null,"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-08-18T02:32:12.000Z","updated_at":"2025-01-27T08:51:18.000Z","dependencies_parsed_at":"2024-08-18T03:42:56.699Z","dependency_job_id":"f5955b54-2062-4f5a-86b7-4f751de3ef7f","html_url":"https://github.com/mos9527/UnityPyLive2DExtractor","commit_stats":null,"previous_names":["mos9527/unitypylive2dextractor"],"tags_count":1,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mos9527%2FUnityPyLive2DExtractor","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mos9527%2FUnityPyLive2DExtractor/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mos9527%2FUnityPyLive2DExtractor/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mos9527%2FUnityPyLive2DExtractor/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/mos9527","download_url":"https://codeload.github.com/mos9527/UnityPyLive2DExtractor/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":238016321,"owners_count":19402558,"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":["live2d","unity","unitypy"],"created_at":"2024-09-24T13:21:58.264Z","updated_at":"2025-10-24T18:30:33.686Z","avatar_url":"https://github.com/mos9527.png","language":"Python","funding_links":[],"categories":[],"sub_categories":[],"readme":"# UnityPyLive2DExtractor\n[![Windows Build](https://github.com/mos9527/UnityPyLive2DExtractor/actions/workflows/python-publish.yml/badge.svg)](https://github.com/mos9527/UnityPyLive2DExtractor/blob/main/.github/workflows/python-publish.yml) \n[![Releases](https://img.shields.io/github/downloads/mos9527/UnityPyLive2DExtractor/total.svg)](https://GitHub.com/mos9527/UnityPyLive2DExtractor/releases/) \n[![Code style: black](https://img.shields.io/badge/code%20style-black-000000.svg)](https://github.com/psf/black) \n\nGeneral purpose [Live2D](https://www.live2d.com/) Asset recovery tool built w/ [UnityPy](https://github.com/K0lb3/UnityPy) and [sssekai](https://github.com/mos9527/sssekai)\n\nAs the name suggests, this project is heavily inspired by [Perfare/UnityLive2DExtractor](https://github.com/Perfare/UnityLive2DExtractor). With a few key differences:\n- All Live2D types are implemented with [dumped TypeTree](https://github.com/mos9527/UnityPyLive2DExtractor/blob/main/external/typetree_cubism.json) and [generated types](https://github.com/mos9527/UnityPyLive2DExtractor/blob/main/typetree_codegen.py). This should help with compatibility issues.\n    - Do note, however, that you may need to update the TypeTree if the Live2D version changes.\n    - Generate the TypeTree with [UnityPyTypetreeCodegen](https://github.com/mos9527/UnityPyTypetreeCodegen) and replace the existing TypeTree at `UnityPyLive2DExtractor/generated`\n    - A valid command could be something like\n        ```bash\n        UnityPyTypetreeCodegen --unity-version 2019.4.34f1 --asm-dir Game/Managed --outdir .\\UnityPyLive2DExtractor\\generated\n        ```\n- New (not necessarily better) asset discovery method. Though proven to be more reliable in some cases.\n\n## Installation\n- Install the script from PyPI\n```bash\npip install UnityPyLive2DExtractor\n```\n- Or, you can use the pre-built executables for Windows from [Releases](https://github.com/mos9527/UnityPyLive2DExtractor/releases/).\n## Usage\n```bash\nUnityPyLive2DExtractor \u003cinput\u003e \u003coutput\u003e\n```\nWhere `\u003cinput\u003e` is the path to your game's path, and `\u003coutput\u003e` is the directory to extract the Live2D assets to.\n## References\n- https://github.com/Perfare/UnityLive2DExtractor\n- https://github.com/K0lb3/TypeTreeGenerator\n- https://github.com/K0lb3/UnityPy","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmos9527%2Funitypylive2dextractor","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fmos9527%2Funitypylive2dextractor","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmos9527%2Funitypylive2dextractor/lists"}