https://github.com/bddvlpr/unitypkg
Manipulate Unity's portable package files.
https://github.com/bddvlpr/unitypkg
pinned unity unitypackage
Last synced: 7 months ago
JSON representation
Manipulate Unity's portable package files.
- Host: GitHub
- URL: https://github.com/bddvlpr/unitypkg
- Owner: bddvlpr
- License: mit
- Created: 2024-06-26T22:47:20.000Z (almost 2 years ago)
- Default Branch: main
- Last Pushed: 2025-09-03T18:33:19.000Z (7 months ago)
- Last Synced: 2025-09-06T20:55:24.457Z (7 months ago)
- Topics: pinned, unity, unitypackage
- Language: Rust
- Homepage:
- Size: 208 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# unitypkg
Manipulate Unity's portable package files.

## About
This project is split up into two parts, please read their respective READMEs for information.
- [unitypkg-core](./crates/unitypkg-core): to read, modify and write unitypackages.
- [unitypkg-cli](./crates/unitypkg-cli): a CLI to unpack unitypackages to a directory.