Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/mos9527/unitypylive2dextractor
Unity Live2D Asset Extractor / Unity Live2D 资源解包工具
https://github.com/mos9527/unitypylive2dextractor
live2d unity unitypy
Last synced: about 1 month ago
JSON representation
Unity Live2D Asset Extractor / Unity Live2D 资源解包工具
- Host: GitHub
- URL: https://github.com/mos9527/unitypylive2dextractor
- Owner: mos9527
- Created: 2024-08-18T02:32:12.000Z (3 months ago)
- Default Branch: main
- Last Pushed: 2024-08-18T03:55:07.000Z (3 months ago)
- Last Synced: 2024-09-23T10:32:12.608Z (about 2 months ago)
- Topics: live2d, unity, unitypy
- Language: Python
- Homepage: https://github.com/mos9527/sssekai
- Size: 9.77 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# UnityPyLive2DExtractor
General purpose, single-file Unity [Live2D](https://www.live2d.com/) Asset recovery tool built w/ [UnityPy](https://github.com/K0lb3/UnityPy) and [sssekai](https://github.com/mos9527/sssekai)As the name suggests, this project is heavily inspired by [Perfare/UnityLive2DExtractor](https://github.com/Perfare/UnityLive2DExtractor). With a few key differences:
- All Live2D types that pretains to the asset recovery process are properly implemented. This should help with compatibility issues.
- New (not necessarily better) asset discovery method. Though proven to be more reliable in some cases.## Installation
- Install the script from PyPI
```bash
pip install UnityPyLive2DExtractor
```
- Alternatively, you can also download/copy-paste the script from [`__main__.py`](https://github.com/mos9527/UnityPyLive2DExtractor/blob/main/UnityPyLive2DExtractor/__main__.py) and run it as is, with requisite dependency (i.e. `sssekai`) installed. Python 3.10+ Required.
- Or, you can use the pre-built executables for Windows from [Releases](https://github.com/mos9527/UnityPyLive2DExtractor/releases/)
## Usage
```bash
UnityPyLive2DExtractor
```
Where `` is the path to your game's path, and `` is the directory to extract the Live2D assets to.
## References
- https://github.com/Perfare/UnityLive2DExtractor