https://github.com/ckylinmc/ununitypackage
A simple tool to extract files from .unitypackage.
https://github.com/ckylinmc/ununitypackage
unitypackage
Last synced: 12 months ago
JSON representation
A simple tool to extract files from .unitypackage.
- Host: GitHub
- URL: https://github.com/ckylinmc/ununitypackage
- Owner: CKylinMC
- License: wtfpl
- Created: 2024-06-05T06:27:38.000Z (almost 2 years ago)
- Default Branch: master
- Last Pushed: 2024-06-05T06:39:45.000Z (almost 2 years ago)
- Last Synced: 2025-02-11T12:52:47.491Z (about 1 year ago)
- Topics: unitypackage
- Language: C#
- Homepage:
- Size: 8.79 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Uncompress "unitypackage"
A simple tool to extract files from .unitypackage.
## Usage
*I think the built-in help are clear enough so I just copied it here. If you have questions just let me know.*
### Extract
```plain
Description:
Extracts UnityPackage files
Usage:
UnUnityPackage extract [options]
Arguments:
The UnityPackage file to extract
Options:
-o, --output The output directory [default: .]
-?, -h, --help Show help and usage information
```
### Build
*This is not stable yet, and have many known issues like resources showing twice in Unity Editor.*
```batch
Description:
Builds a UnityPackage file
Usage:
UnUnityPackage build [options]
Arguments:
Folder to build package
Output UnityPackage file
Options:
-c, --cover Cover image for the package
-?, -h, --help Show help and usage information
```
## Other
I wrote this tool just I need it during worksing. I'm not so farmilier with unitypackage structure in fact. If you have any suggestions or issues, please let me know. I will try to fix it as soon as possible.
Unity is a trademark of Unity Technologies. This project is not affiliated with Unity Technologies in any way.